Skip to content

ksun-fronen/eslint-plugin

Repository files navigation

@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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published