npm.io
4.0.1 • Published 9 months ago

eslint-config-react-native-wcandillon

Licence
MIT
Version
4.0.1
Deps
13
Size
12 kB
Vulns
0
Weekly
0
Stars
259

eslint-config-react-native-wcandillon

My ESLint and TypeScript configuration for React Native.

npm version

Usage

# you also need eslint if not installed already: yarn add eslint --dev
yarn add eslint-config-react-native-wcandillon --dev

In .eslintrc:

{ 
  "extends": "react-native-wcandillon", 
} 

In tsconfig.json (if you want to use my base TS configuration):

{
  "extends": "eslint-config-react-native-wcandillon/tsconfig.base"
}