eslint-config-xo-inferno
ESLint shareable config for Inferno to be used with eslint-config-xo
Note: This is a fork of the great eslint-config-react.
Install
$ npm install --save-dev eslint-config-xo eslint-config-xo-inferno eslint-plugin-inferno
Usage
Add some ESLint config to your package.json:
Or to .eslintrc:
Use the space
sub-config if you want 2 space indentation instead of tabs:
You can also mix it with a XO sub-config:
Tip
Use with XO
$ npm install --save-dev eslint-config-xo-inferno eslint-plugin-inferno
Related
- eslint-config-xo - ESLint shareable config for XO
- XO
License
MIT © Thiago Santos