eslint-config-finn-react

v2.0.2
ESLint config for FINN.no's React projects
coding-standard standards eslint eslintconfig lint react style

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-react

Then add the extends option to your .eslintrc:

{
    "extends": "finn-react"
}

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.

Publishing

$ npm version <patch | minor | major>
$ git push --follow-tags origin master
$ npm publish
npm i eslint-config-finn-react

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/27/2018

Downloads