@gonimbly/eslint-config-base
v2.3.1
Published
GoNimbly's Base ESLint config
Keywords
Readme
GoNimbly Base ESLint Config
Implements a base ESLint configuration intended for apps not compiled with Babel running on Node 7+ (ES2017).
Install
yarn add -D @gonimbly/eslint-config-base eslint@^3.19.0 eslint-plugin-import@^2.2.0 eslint-plugin-prettier@^2.1.2 prettierUsage
Once @gonimbly/eslint-config-base is installed, you can use it by specifying @gonimbly/eslint-config-base in the extends section of your ESLint configuration.
{
"extends": "@gonimbly/eslint-config-base",
"rules": {
// Additional, per-project rules...
}
}