1.1.0 • Published 5 years ago

@lgslabs/bits-eslint v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

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-dev

In your package.json

...
"scripts": {
  "lint": "bits-eslint --fix --ext js,html ."
}
...
1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago