File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
packages/eslint-config-react-native Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # @strv/eslint-config-react-native
2+
3+ > ESLint config for React-Native projects
4+
5+ ## Installation
6+
7+ ``` sh
8+ npm install -D @strv/eslint-config-react-native
9+ ```
10+
11+ ## Usage
12+
13+ ``` js
14+ // eslint.config.mjs
15+ import reactNative from ' @strv/eslint-config-react-native'
16+
17+ export default reactNative
18+ ```
19+
20+ ## License
21+
22+ See the [ LICENSE] ( LICENSE ) file for information.
Original file line number Diff line number Diff line change 1111 "bugs" : {
1212 "url" : " https://github.com/strvcom/code-quality-tools/issues"
1313 },
14+ "homepage" : " https://github.com/strvcom/code-quality-tools/tree/master/packages/eslint-config-react-native#readme" ,
1415 "license" : " BSD-3-Clause" ,
1516 "main" : " index.mjs" ,
1617 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments