0.0.1 • Published 5 years ago
eslint-plugin-tuliustaticvue v0.0.1
eslint-plugin-tuliustaticvue
vue
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-tuliustaticvue:
$ npm install eslint-plugin-tuliustaticvue --save-devUsage
Add tuliustaticvue to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"tuliustaticvue"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"tuliustaticvue/rule-name": 2
}
}Supported Rules
- Fill in provided rules here
0.0.1
5 years ago