@titelmedia/eslint-config-react-base
v6.0.0
Published
Downloads
337
Maintainers
Keywords
Readme
ESLint Config for React (Base Config)
Requires eslint >= 8.25.0
Usage
Make sure to have @titelmedia/linter-executables
as a devDependency in your project.
Furthermore add this to your eslintrc file:
{
"extends": [
"@titelmedia/eslint-config-react-base"
]
}