Skip to content

Commit

Permalink
chore: enable eslint cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed May 14, 2023
1 parent a237e0a commit dfd95aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"mktest": "node test/build/mktest.js",
"mktest:help": "node test/build/mktest.js -h",
"checktype": "tsc --noEmit",
"lint": "npx eslint src/**/*.ts extension-src/**/*.ts",
"lint": "npx eslint --cache --cache-location node_modules/.cache/eslint src/**/*.ts extension-src/**/*.ts",
"lint:fix": "npx eslint --fix src/**/*.ts extension-src/**/*.ts",
"lint:dist": "echo 'It might take a while. Please wait ...' && npx jshint --config .jshintrc-dist dist/echarts.js"
},
Expand Down

0 comments on commit dfd95aa

Please sign in to comment.