npm.io
0.0.10 • Published 7 years ago

eslint-plugin-quasarv1

Licence
MIT
Version
0.0.10
Deps
1
Size
13 kB
Vulns
0
Weekly
0

eslint-plugin-quasarv1

ESLint plugin to assist with the conversion of a Quasar Framework V0.17 to to V1.0 project

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-quasarv1:

$ npm install eslint-plugin-quasarv1 --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-quasarv1 globally.

Usage

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

{
    "plugins": [
        "quasarv1"
    ]
}

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

{
    "rules": {
        "quasarv1/misc-q-name-changes": "error",
        "quasarv1/css-name-changes": "error"
    }
}

Supported Rules

Keywords