0.3.0 • Published 5 years ago
@orbica/eslint-plugin-orbviz v0.3.0
eslint-plugin-orbviz
ESLint rules used by OrbViz team, based upon StandardJS and SonarJS
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-orbviz
:
$ npm install eslint-plugin-orbviz --save-dev
Usage
Add orbviz
to the extends section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"extends": [
"orbviz"
]
}