1.0.0 • Published 7 years ago

eslint-config-thofmann v1.0.0

Weekly downloads
1
License
Unlicense
Repository
github
Last release
7 years ago

eslint-config-thofmann

Some of Trevin Hofmann's preferred ESLint configurations

Usage

ES6+

npm install eslint-config-thofmann eslint babel-eslint --save-dev

Add extends: thofmann to your local .eslintrc configuration file.

ES5

npm install eslint-config-thofmann eslint --save-dev

Add extends: thofmann/es5 to your local .eslintrc configuration file.