eslint-plugin-antzy
v2.1.3
Published
<br/>
Readme
eslint-plugin-antzy
Some rules belonging to Antzy's Vue, @antzy/eslint-config already includes this plugin
Install
pnpm add eslint-plugin-antzy -DConfig eslintrc.js
{
"plugins":['antzy'],
rules:{
'antzy/suffixRef': 2,
}
}Used Rules
The following configuration has been used and will be fixed automatically
| used rules | explain | | :----------------------: | :----------------------------: | | suffixRef | 识别到Ref函数,变量声明自动加上Ref后缀 |
