7.0.0 • Published 7 years ago
eslint-config-schibsted-chai v7.0.0
eslint-config-schibsted-chai 
A module to contain the Schibsted Chai 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-chai eslint@^5.6.1 eslint-plugin-chai-friendly@^0.4.1 -DThen add the extends option to your .eslintrc.*:
{
"extends": [
"schibsted-chai"
]
}You can override specific settings by specifying them as normal. See http://eslint.org/docs/developer-guide/shareable-configs for more details.