0.0.1 • Published 5 months ago

eslint-plugin-9to5 v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

eslint-plugin-9to5

9to5 eslint rules

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-9to5:

npm install eslint-plugin-9to5 --save-dev

Usage

Add 9to5 to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "9to5"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "9to5/rule-name": 2
    }
}

Rules

🔧 Automatically fixable by the --fix CLI option.

Name                  Description🔧
force-nuxt-link-localeDisallow usage of NuxtLink inside vue templates, suggest NuxtLinkLocale instead🔧
0.0.1

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago