1.4.1 • Published 2 months ago

@mediamonks/eslint-config-typescript-react v1.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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
1.4.1

2 months ago

1.4.0

2 months ago

1.3.0

5 months ago

1.2.0

8 months ago

1.1.1

10 months ago

1.1.0

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.11-0

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago