eslint-config-m99coder

0.2.0 • Public • Published

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.

Dependents (0)

Package Sidebar

Install

npm i eslint-config-m99coder

Weekly Downloads

4

Version

0.2.0

License

MIT

Unpacked Size

3.27 kB

Total Files

5

Last publish

Collaborators

  • m99coder