@titelmedia/eslint-config-react-native
v6.0.0
Published
Downloads
96
Maintainers
Keywords
Readme
ESLint Config for React Native
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-native"
]
}