eslint-config-react-native-lit

Highly opinionated ESLint config for React Native used by University of Sydney.


Keywords
eslint-config, react-native, eslint, config, react, native, airbnb, prettier, redux, jest, hooks, a11y, import, comments, es2015, es2016, es2017, es2018, es2019, es2020, code-style, eslint-config-react-native
License
MIT
Install
npm install eslint-config-react-native-lit@1.0.4

Documentation

ESLint Config React Native

Actions Status npm Downloads

Installation

$ npm install eslint-config-react-native-lit --save-dev
$ yarn add -D eslint-config-react-native-lit

Usage

.eslintrc

{
    "extends": ["react-native-lit"]
}

package.json

"eslintConfig": {
    "extends": ["react-native-lit"]
},

Rules Order of Precedence