eslint-config-schibsted-react

7.0.0 • Public • Published

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.

Dependents (1)

Package Sidebar

Install

npm i eslint-config-schibsted-react

Weekly Downloads

11

Version

7.0.0

License

MIT

Unpacked Size

2.77 kB

Total Files

7

Last publish

Collaborators

  • schibstedbot
  • gustavkj