eslint-config-robin

6.2.0 • Public • Published

eslint-config-robin

These are the rules that are used in my (Robin Berjon) projects. A lot of this has been lifted from the AirBnB rules, but with distinctive variations.

Usage

Obtaining it is simple:

npm install --save-dev eslint-config-robin

Note that you do not need to install a bunch of other modules for this to work, it is meant to be self-contained so as to be simple to install.

Normally, all your .eslintrc needs to contain is:

{
  "extends": "robin"
}

Atom

This will just work with the linter and linter-eslint plugins; just be sure to configure the latter not to use the global eslint.

Package Sidebar

Install

npm i eslint-config-robin

Weekly Downloads

56

Version

6.2.0

License

MIT

Unpacked Size

42.7 kB

Total Files

10

Last publish

Collaborators

  • robin.berjon
  • scienceai