@szjyp226/eslint-plugin
v1.0.12
Published
個人用なES LintのRulesパック
Downloads
6
Maintainers
Readme
@szjyp226/eslint-plugin
個人用なeslint-config
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-mine
:
npm install @szjyp226/eslint-plugin --save-dev
Usage
Add eslint-plugin
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"extends": [
"plugin:@szjyp226/vue"
]
}