feat: update 帐号 rules
Eslint plugin for youzan
You’ll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-youzan:
eslint-plugin-youzan
$ npm install eslint-plugin-youzan --save-dev
Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-youzan globally.
-g
Add youzan to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
youzan
.eslintrc
eslint-plugin-
{ "plugins": [ "youzan" ] }
Then configure the rules you want to use under the rules section.
{ "rules": { "youzan/rule-name": 2 } }
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
eslint-plugin-youzan
Eslint plugin for youzan
Installation
You’ll first need to install ESLint:
Next, install
eslint-plugin-youzan:Note: If you installed ESLint globally (using the
-gflag) then you must also installeslint-plugin-youzanglobally.Usage
Add
youzanto the plugins section of your.eslintrcconfiguration file. You can omit theeslint-plugin-prefix:Then configure the rules you want to use under the rules section.
Supported Rules