0.7.0 • Published 4 years ago
@nonsensebb/eslint-config-node v0.7.0
@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-promiseand then you can install the config:
npm install --save-dev @nonsensebb/eslint-config-nodeUsage
If you've installed @nonsensebb/eslint-config-node locally within your project, just set your eslint config to:
{
"extends": ["@nonsensebb/eslint-config-node"]
}