0.2.2 • Published 5 years ago

eslint-config-r0mflip v0.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

npm-badge travis-badge appveyor-badge

eslint-config-r0mflip

r0mflip's eslint config, uses babel-eslint as a parser.

Installation

You'll first need to install ESLint:

$ npm i --save-dev eslint

Next, install eslint-config-r0mflip:

$ npm i --save-dev eslint-config-r0mflip

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

Usage

// .eslintrc

{
    "extends": [
        "romflip"
    ],
    "rules": {
        ...
    },
}

Credits

Licence

(C) Ram Damera (@r0mflip) MIT

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago