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 aab2cb5 commit 58cd291Copy full SHA for 58cd291
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"bump": "npm version -m \"chore(release): bump to v%s\"",
11
"fmt": "npm run prettier",
12
- "lint": "npm run jshint && npm run tsc",
+ "lint": "npm run jshint",
13
"--------": "-------------------------------------------------",
14
"jshint": "npx -p [email protected] -- jshint -c ./.jshintrc ./*.js",
15
"prettier": "npx -p [email protected] -- prettier -w '**/*.{js,md}'",
0 commit comments