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