eslint-config-schibsted-modules
v7.0.0
Published
Schibsted ESLint settings for ES6 modules files
Downloads
374
Readme
eslint-config-schibsted-modules
A module to contain the Schibsted ES^ modules linting rules for ESLint.
How to use
In addition to installing the main package you will need to install this package.
yarn add eslint-config-schibsted-modules eslint@^5.6.1 eslint-plugin-import@^2.14.0 -D
Then add the extends
option to your .eslintrc.*
:
{
"extends": [
"schibsted-modules"
]
}
You can override specific settings by specifying them as normal. See http://eslint.org/docs/developer-guide/shareable-configs for more details.