eslint-config-bliss
This project was created to serve as a base config for general node development.
It adds integration with:
- <input checked="" disabled="" type="checkbox"> ES import/export
- <input checked="" disabled="" type="checkbox"> Promise's
- <input checked="" disabled="" type="checkbox"> Flow
- <input checked="" disabled="" type="checkbox"> Jest
It is not intended for the browser. If you wish to use this config for browser development, make sure to install eslint-plugin-react
and eslint-plugin-jsx-a11y
and add "browser": true
to the env section of your .eslintrc
Installation
Install
eslint-config-bliss
npm install --save-dev eslint-config-bliss
Add it to your
.eslintrc
config:{ "extends": "bliss" }