pissang commented on a change in pull request #14872:
URL: https://github.com/apache/echarts/pull/14872#discussion_r627144921



##########
File path: package.json
##########
@@ -57,10 +57,10 @@
     "test:dts": "node build/testDts.js",
     "mktest": "node test/build/mktest.js",
     "mktest:help": "node test/build/mktest.js -h",
-    "checktype": "./node_modules/.bin/tsc --noEmit",
-    "lint": "./node_modules/.bin/eslint src/**/*.ts extension-src/**/*.ts",
-    "lint:fix": "./node_modules/.bin/eslint --fix src/**/*.ts 
extension-src/**/*.ts",
-    "lint:dist": "echo 'It might take a while. Please wait ...' && 
./node_modules/.bin/jshint --config .jshintrc-dist dist/echarts.js"
+    "checktype": "tsc --noEmit",
+    "lint": "eslint src/**/*.ts extension-src/**/*.ts",
+    "lint:fix": "eslint --fix src/**/*.ts extension-src/**/*.ts",

Review comment:
       Is it better to use `npx eslint`?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to