@crrntly/eslint-config
v0.1.0
Published
An [eslint](https://eslint.org/) configuration with a focus on preventing bugs rather than enforcing style.
Downloads
6
Readme
@crrntly/eslint-config
An eslint configuration with a focus on preventing bugs rather than enforcing style.
Installation
npm install --save-dev @crrntly/eslint-config
Usage
package.json
{
"eslintConfig": {
"extends": "@crrntly/eslint-config"
}
}