Skip to content

isabella232/eslint-config-m99coder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint config m99coder npm Version npm Downloads

A collection of useful ESLint rules.

Build Status Test Coverage npm Dependencies npm devDependencies

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-config-m99coder and eslint-plugin-m99coder:

$ npm install eslint-config-m99coder eslint-plugin-m99coder --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install the packages globally.

Usage

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

{
    "plugins": [
        "m99coder"
    ]
}

Then configure the rules you want to use under the rules section as explained in eslint-plugin-m99coder.

About

Config module for eslint-plugin-m99coder

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%