Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 3.17 KB

README.md

File metadata and controls

50 lines (41 loc) · 3.17 KB

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