@pavelgric/eslint-config-react-native
v5.0.2
Published
ESLint and TypeScript configuration for React Native
Downloads
206
Readme
eslint-config-react-native-pgric
ESLint and TypeScript configuration for React Native
Install
yarn add @pavelgric/eslint-config-react-native --dev
Use
in .eslintrc
{
"extends": "@pavelgric/eslint-config-react-native"
}
matching .prettierrc.js
module.exports = {
bracketSpacing: true,
jsxBracketSameLine: false,
singleQuote: true,
trailingComma: 'all',
printWidth: 80,
semi: true,
};
Additionally to use tsconfig.json
{ "extends": "@pavelgric/eslint-config-react-native/tsconfig.base" }