0.0.10 • Published 5 years ago

eslint-plugin-quasarv1 v0.0.10

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago