@eslint-essentials/eslint-config-react-native-ts
v2.3.0
Published
ESLINT Config for React Native with Typescript
Downloads
20
Maintainers
Readme
ESLint Essentials
Whats included?
- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
Setup
React Native (with Typescript)
Install dependencies:
npm i -D eslint @eslint-essentials/eslint-config-react-native-ts
Inside .eslintrc.json
{
"extends": "@eslint-essentials/eslint-config-react-native-ts"
}