2.3.0 • Published 8 months ago

@eslint-essentials/eslint-config-react-native-js v2.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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"
}