Skip to content

Commit

Permalink
Lint ts not tsc.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Nov 25, 2024
1 parent 54c0b3f commit 3df23c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nr-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "jest --watchAll",
"lint": "expo lint",
"lint-fix": "eslint --fix",
"lint-tsc": "tsc --noEmit",
"lint-ts": "tsc --noEmit",
"prepare": "cd .. && husky nr-app/.husky"
},
"pkgx": "+facebook.com/watchman",
Expand Down

0 comments on commit 3df23c9

Please sign in to comment.