1.5.0 • Published 1 year ago
@mediamonks/eslint-config-typescript-react v1.5.0
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.5.0
1 year ago
1.4.1
1 year ago
1.4.0
1 year ago
1.3.0
2 years ago
1.2.0
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.12
2 years ago
1.0.11
3 years ago
1.0.11-0
3 years ago
1.0.10
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago