6.0.0 • Published 2 years ago

eslint-config-iplayer-jsx v6.0.0

Weekly downloads
216
License
Apache-2.0
Repository
github
Last release
2 years ago

eslint-config-iplayer-jsx

eslint config for BBC iPlayer React JSX projects.

Other useful iPlayer eslint configs:

Installation

npm install --save-dev eslint-config-iplayer-jsx

Usage

Add the following to your package.json:

{
  "eslintConfig": {
    "extends": "iplayer-jsx"
  }
}

This package currently sets the default ECMAScript Version to be 9. If you require a different version you can change it like so:

{
  "eslintConfig": {
    "extends": "iplayer-jsx"
  },
  "parserOptions": {
    "ecmaVersion": 6,
  }
}
6.0.0

2 years ago

5.0.2

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.3.1

6 years ago

4.3.0

6 years ago

4.2.0

6 years ago

4.1.0

6 years ago

4.0.0

6 years ago

3.0.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago