3.0.0 • Published 10 years ago

eslint-config-fhelwanger v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

eslint-config-fhelwanger

eslint-config for my projects and for anyone else who would like to use it :wink:

Usage

It uses eslint 2.x.

npm install --save-dev eslint eslint-config-fhelwanger eslint-plugin-react babel-eslint

Then, extend fhelwanger in your .eslintrc:

{
    "extends": "fhelwanger"
}

It'll export all the ES6 + React rules. If you want just ES6 or ES5, you can extend "fhelwanger/es6" or "fhelwanger/base". In these cases, there is no need to install eslint-plugin-react.

Thanks

License

MIT

3.0.0

10 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago