eslint-config-ray
description
💎 author
ilex.h
💿 Installation
# global
npm install -g eslint-config-ray
# native
npm install --save-dev eslint-config-ray
📖 Usage
.eslintrc
-
🔧 simple use
{
"extends": "eslint-config-ray"
}
-
🔧 with custom ruls
{
"extends": "eslint-config-ray",
"globals": {
"React": true,
"JQuery": true,
...
},
"rules": {
}
}
develop
npm i -g ac-build
changelog
2020-8-13 v2.0.2
close some lint
2020-7-29 v2.0.1
add forbidden module
2020-7-29 v2.0.0
update eslint and rules
License
MIT