4.0.1 • Published 12 months ago

eslint-config-iplayer-tsx v4.0.1

Weekly downloads
218
License
Apache-2.0
Repository
github
Last release
12 months ago

eslint-config-iplayer-tsx

eslint config for BBC iPlayer React Typescript JSX projects.

Other useful iPlayer eslint configs:

Installation

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

Usage

Add the following to your package.json:

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

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

{
  "eslintConfig": {
    "extends": "iplayer-tsx"
  },
  "parserOptions": {
    "ecmaVersion": 6,
  }
}
4.0.1

12 months ago

4.0.0

2 years ago

3.2.0

3 years ago

3.1.0

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago