@40q/eslint-config
v1.0.7
Published
40q eslint configuration
Downloads
82
Readme
40Q eslint configuration
Installation
- Install this package using yarn or npm.
yarn add --dev @40q/eslint-config
npm install --save-dev @40q/eslint-config
- Include it in the .eslintrc file of the project.
{
"extends": [
"@40q/eslint-config"
]
}