@nonsensebb/eslint-config-node
v0.7.0
Published
Node.js shareable eslint config by NonsenseBB
Downloads
18
Readme
@nonsensebb/eslint-config-node
A shareable config for Node.js projects 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-node
Usage
If you've installed @nonsensebb/eslint-config-node
locally within your project, just set your eslint
config to:
{
"extends": ["@nonsensebb/eslint-config-node"]
}