@smarterlabs/eslint-config
v1.0.9
Published
An ESLint config for Smarter Labs JavaScript projects.
Readme
@smarterlabs/eslint-config
An ESLint config for JavaScript projects.
Installation
$ npm install --save @smarterlabs/eslint-configUsage
In your .eslintrc file:
{
"extends": "@smarterlabs"
}