Skip to content

Commit

Permalink
Quote globs for consistent linting in linux (chartjs#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle authored Mar 8, 2021
1 parent b6fe0e3 commit 34dfc66
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 @@ -18,7 +18,7 @@
"scripts": {
"build": "rollup -c",
"dev": "karma start --auto-watch --no-single-run --browsers chrome",
"lint": "eslint samples/**/*.html test/**/*.js src/**/*.js",
"lint": "eslint \"samples/**/*.html\" \"test/**/*.js\" \"src/**/*.js\"",
"test": "cross-env NODE_ENV=test concurrently \"npm:test-*\"",
"test-types": "tsc -p types/test/",
"test-lint": "npm run lint",
Expand Down

0 comments on commit 34dfc66

Please sign in to comment.