Skip to content

Commit 293a4f9

Browse files
committed
docs: add readme
1 parent 656842d commit 293a4f9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-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.

0 commit comments

Comments
 (0)