1.1.0 • Published 6 years ago
@lgslabs/bits-eslint v1.1.0
bits-eslint
This script wraps eslint with configurations from the bits-eslint-config. You can pass any arguments to it and they will be sent to eslint. You may override the -c or --config option, but must do it through a command line argument, it will ignore your .eslintrc.* file if it is not explicitly set as a command line argument.
Easy Install
npm install @lgslabs/bits-eslint --save-devIn your package.json
...
"scripts": {
"lint": "bits-eslint --fix --ext js,html ."
}
...