eslint-config-finn

3.0.1 • Public • Published

eslint-config-finn Build Status

ESLint config for @Finn-no

How to use it

First, install the npm package:

npm install --save-dev eslint-config-finn

Then add the extends option to your .eslintrc:

{
    "extends": "finn"
}

See rules.md for descriptions and config of the rules.

You can override specific settings by specifying them as normal. See http://eslint.org/docs/developer-guide/shareable-configs for more details.

React

If you use React, install eslint-config-finn-react as well.

Publishing

$ npm version <patch | minor | major>
$ git push --follow-tags origin master
$ npm publish

Package Sidebar

Install

npm i eslint-config-finn

Weekly Downloads

25

Version

3.0.1

License

MIT

Unpacked Size

5.44 kB

Total Files

8

Last publish

Collaborators

  • sveisvei
  • gregersrygg
  • cmtegner
  • simenb
  • petmotzf
  • kmkr
  • finn-no-owner