@mediamonks/eslint-config-typescript-react

1.4.1 • Public • Published

Media.Monks - eslint-config-typescript-react

The official Media.Monks eslint configuration, based on the Frontend Coding Standards.

Installation

The configuration can be installed via npm.

npm install --dev @mediamonks/eslint-config-typescript-react

To inform eslint of this configuration, you have to add the eslint property to your package.json file:

"eslintConfig": {
   "extends": "@mediamonks/eslint-config-typescript-react",
   "parserOptions": {
      "project": "./tsconfig.json"
   }
}

Instead of manually editing your package.json, you can also utilize the npm pkg subcommand:

npm pkg set eslintConfig.extends=@mediamonks/eslint-config-typescript-react

Package Sidebar

Install

npm i @mediamonks/eslint-config-typescript-react

Weekly Downloads

314

Version

1.4.1

License

MIT

Unpacked Size

2.55 kB

Total Files

4

Last publish

Collaborators

  • will-newton
  • jessel
  • twan.braas
  • leroykorterink
  • mientjan
  • devmonk
  • thanarie
  • nathanuphoff
  • larsvanbraam