7.0.0 • Published 6 years ago

eslint-config-schibsted-react v7.0.0

Weekly downloads
73
License
MIT
Repository
github
Last release
6 years ago

eslint-config-schibsted-react Build Status

A module to contain the Schibsted React linting rules for ESLint.

How to use

In addition to installing the main package you will need to install this package.

yarn add eslint-config-schibsted-react eslint@^5.6.1 eslint-plugin-import@^2.14.0 eslint-plugin-jsx-a11y@^6.1.1 eslint-plugin-react@^7.11.1 -D

Then add the extends option to your .eslintrc.*:

{
  "extends": [
    "schibsted-react"
  ]
}

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

7.0.0

6 years ago

7.0.0-3.0

6 years ago

7.0.0-2.0

6 years ago

7.0.0-1

6 years ago

7.0.0-0

6 years ago

6.0.0

6 years ago

5.0.0

6 years ago

4.0.1

7 years ago

3.0.1

7 years ago