@mediamonks/eslint-config-react
v2.7.0
Published
Sharable eslint config based on Media.Monks Frontend Coding Standards
Downloads
1,582
Readme
Media.Monks - eslint-config-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-react
To inform eslint of this configuration, you have to add the eslint
property to your package.json
file:
"eslintConfig": {
"extends": "@mediamonks/eslint-config-react"
}
Instead of manually editing your package.json
, you can also utilize the npm pkg
subcommand:
npm pkg set eslintConfig.extends=@mediamonks/eslint-config-react