1.7.0 • Published 2 years ago

eslint-plugin-nova v1.7.0

Weekly downloads
218
License
ISC
Repository
github
Last release
2 years ago

eslint-plugin-nova

ESLint rules for the Nova extension API.

Installation

You'll first need to install ESLint:

$ npm install eslint --save-dev

Next, install eslint-plugin-nova:

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

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

Usage

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

{
    "plugins": [
        "nova"
    ]
}

Finally, add nova/nova to the env section of your .eslintrc file:

"env": {
    "commonjs": true,
    "nova/nova": true
}
1.7.0

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

1.0.0-beta.5

4 years ago

1.0.0-beta.4

4 years ago

1.0.0-beta.3

4 years ago

1.0.0-beta.2

5 years ago