eslint-config-scimall
v0.0.6
Published
SciMall ESLint 规则
Downloads
1
Maintainers
Readme
eslint-config-scimall
ESLint shareable config for the SciMall JavaScript style guide
Installation
$ npm install --save-dev eslint eslint-config-scimall
Usage
Our default export contains all of our ESLint rules. once the eslint-config-scimall
package is installed, you can use it by specifying scimall
in the extends
section of your ESLint configuration.
{
"extends": "eslint-config-scimall",
"rules": {
// Additional, per-project rules...
}
}
Reference
License
MIT