Skip to content

Commit 4c04d26

Browse files
committed
add package
1 parent 4991976 commit 4c04d26

File tree

2 files changed

+131
-0
lines changed

2 files changed

+131
-0
lines changed

package-lock.json

Lines changed: 105 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "eslint-config-react-native",
3+
"description": "STRV's ESLint config for React Native projects",
4+
"version": "1.0.0",
5+
"author": "Petr Chalupa <[email protected]>",
6+
"keywords": ["eslint", "react-native", "config", "strv"],
7+
"repository": {
8+
"type": "git",
9+
"url": "git://github.com/strvcom/code-quality-tools.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/strvcom/code-quality-tools/issues"
13+
},
14+
"main": "index.mjs",
15+
"type": "module",
16+
"license": "ISC",
17+
"dependencies": {
18+
"eslint-config-expo": "~10.0.0"
19+
},
20+
"peerDependencies": {
21+
"eslint": "^9"
22+
},
23+
"publishConfig": {
24+
"access": "public"
25+
}
26+
}

0 commit comments

Comments
 (0)