1.0.12 • Published 1 year ago

@szjyp226/eslint-plugin v1.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@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"
    ]
}

Rules