eslint-config-react-native-fcc
v1.0.2
Published
My ESLint and TypeScript configuration for React Native.
Readme
eslint-config-react-native-wcandillon
My ESLint and TypeScript configuration for React Native.
Usage
# you also need eslint if not installed already: yarn add eslint --dev
yarn add eslint-config-react-native-fcc --devIn .eslintrc:
{
"extends": "react-native-fcc",
} In tsconfig.json (if you want to use my base TS configuration):
{
"extends": "eslint-config-react-native-fcc/tsconfig.base"
}