README
@nonsensebb/eslint-config
A shareable config by NonsenseBB
Installation
First, install eslint and other peer dependencies, if you haven't done so yet via npm:
npm install --save-dev eslint eslint-plugin-import eslint-plugin-promise
and then you can install the config:
npm install --save-dev @nonsensebb/eslint-config
Usage
If you've installed @nonsensebb/eslint-config
locally within your project, just set your eslint
config to:
{
"extends": ["@nonsensebb"]
}