Skip to content

Commit 75e2f01

Browse files
committed
chore: readme
1 parent ddd7367 commit 75e2f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"scripts": {
3030
"test": "jest",
3131
"typecheck": "tsc --noEmit",
32-
"lint": "eslint .",
32+
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3333
"prepack": "bob build",
34-
"release": "release-it",
34+
"release": "release-it"
3535
},
3636
"keywords": [
3737
"react-native",

0 commit comments

Comments
 (0)