We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4daf1c5 commit 2282b8aCopy full SHA for 2282b8a
package.json
@@ -61,6 +61,7 @@
61
"scripts": {
62
"fix:js": "eslint . --fix",
63
"lint:js": "eslint .",
64
+ "lint:ts": "tsc --noEmit",
65
"lint": "npm-run-all --parallel 'lint:*'",
66
"fix": "npm-run-all --serial 'fix:*'",
67
"next:update": "next-update --keep true --tldr",
0 commit comments