eslint-plugin-nova

1.7.0 • Public • Published

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
}

Package Sidebar

Install

npm i eslint-plugin-nova

Weekly Downloads

2

Version

1.7.0

License

ISC

Unpacked Size

7.26 kB

Total Files

7

Last publish

Collaborators

  • aaashur
  • panicinc