6.0.0 • Published 8 months ago
@titelmedia/eslint-config-react-native v6.0.0
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"
]
}