eslint-plugin-fly
v0.0.2
Published
ESlint Plugin for the Hzy0913
Readme
eslint-plugin-fly
This package provides fly's .eslintrc as an extensible shared config.
Install
npm i eslint-plugin-fly -DUsage
in your .eslintrc config
{
...
"plugins": [
"fly"
],
"rules": {
"fly/no-use-img": "error"
}
}Rules
The following are the optional configuration rules provided
"fly/no-use-img": "error"You need to use a unified < image / > component to replace the img tag.
