eslint-config-rhberro
v0.0.2
Published
My custom .eslintrc configuration.
Downloads
2
Readme
eslint-config-rhberro
Installing
Install eslint-config-rhberro
and its peer dependencies.
npx install-peerdeps --dev eslint-config-rhberro
Using
To enable this configuration use the extends
property in your .eslintrc
file.
{
"extends": ["eslint-config-rhberro"]
}