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