Skip to content

njakob/eslint-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-njakob

NPM version

ESLint plugin with a collection of personal rules

Installation

NPM

You'll first need to install ESLint:

$ npm install eslint --save-dev

And then the plugin:

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

Note: If you installed ESLint globally then you must also install this project globally.

Usage

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

{
    "plugins": [
        "njakob"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "njakob/example": "error"
    }
}

Rules

  • njakob/example: Just an example

Licences

Eslint-plugin-njakob is licensed under the MIT License.

About

Personal set of ESLint rules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published