1.0.4 • Published 4 years ago

eslint-config-react-native-lit v1.0.4

Weekly downloads
38
License
MIT
Repository
github
Last release
4 years ago

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