Skip to content

Commit 9d319f4

Browse files
authored
chore: Update lint script in package.json (#2663)
1 parent ed19f73 commit 9d319f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

legacy_packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"scripts": {
1414
"typecheck": "tsc --noEmit",
15-
"lint": "eslint src/ && tsc --noEmit",
15+
"lint": "eslint src/",
1616
"fix": "eslint src/ --fix",
1717
"clean": "rm -rf dist/",
1818
"build": "tsc",

0 commit comments

Comments
 (0)