Skip to content

Commit 3636786

Browse files
committed
docs(eslint-config-react-native): add readme
chore: add homepage field
1 parent 1331df0 commit 3636786

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.

packages/eslint-config-react-native/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
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",

0 commit comments

Comments
 (0)