/eslint-config-rhberro

My custom .eslintrc configuration.

Primary LanguageJavaScript

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"]
}