r0mflip / eslint-config-r0mflip

๐Ÿ›  my eslint config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

๐Ÿ›  my eslint config

License:MIT License


Languages

Language:JavaScript 100.0%