eslint-config-fhelwanger

3.0.0 • Public • Published

eslint-config-fhelwanger

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

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

Package Sidebar

Install

npm i eslint-config-fhelwanger

Weekly Downloads

1

Version

3.0.0

License

MIT

Last publish

Collaborators

  • fhelwanger