eslint-config-ray
v2.0.7
Published
the common eslint config for ray team
Readme
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-buildchangelog
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
