0.1.1 • Published 5 years ago

eslint-plugin-orbviz v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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"
    ]
}
0.1.1

5 years ago