eslint-config-r0mflip

0.2.2 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-r0mflip

Weekly Downloads

2

Version

0.2.2

License

MIT

Unpacked Size

13.3 kB

Total Files

4

Last publish

Collaborators

  • r0mflip