plguin for correcting paths
npm install eslint-plugin-nova-pluginplguin for correcting paths
You'll first need to install ESLint:
``sh`
npm i eslint --save-dev
Next, install eslint-plugin-nova-plugin:
`sh`
npm install eslint-plugin-nova-plugin --save-dev
Add nova-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
`json`
{
"plugins": [
"nova-plugin"
]
}
Then configure the rules you want to use under the rules section.
`json``
{
"rules": {
"nova-plugin/rule-name": 2
}
}
* Fill in provided rules here