eslint-plugin-vueimgempty
v0.0.0
Published
img url no empty
Downloads
1
Maintainers
Readme
eslint-plugin-vueimgempty
img url no empty
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-vueimgempty
:
npm install eslint-plugin-vueimgempty --save-dev
Usage
Add vueimgempty
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"vueimgempty"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"vueimgempty/rule-name": 2
}
}
Rules
TODO: Run eslint-doc-generator to generate the rules list.