From: Jukka Kurkela Date: Sun, 21 Feb 2021 17:47:12 +0000 (+0200) Subject: Quote globs for equal operation in windows/linux (#8481) X-Git-Tag: v3.0.0-beta.12~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24fb77b72f4e556fa72aebb92d8b6399a39d7fec;p=thirdparty%2FChart.js.git Quote globs for equal operation in windows/linux (#8481) --- diff --git a/package.json b/package.json index de00f13d5..e12cd6427 100644 --- a/package.json +++ b/package.json @@ -37,10 +37,10 @@ "build": "rollup -c", "dev": "karma start --auto-watch --no-single-run --browsers chrome --grep", "docs": "cd docs && npm install && npm run build", - "lint-js": "eslint samples/**/*.html samples/**/*.js src/**/*.js test/**/*.js", + "lint-js": "eslint \"samples/**/*.html\" \"samples/**/*.js\" \"src/**/*.js\" \"test/**/*.js\"", "lint-md": "markdownlint-cli2 \"**/*.md\" \"#**/node_modules\"", "lint-tsc": "tsc", - "lint-types": "eslint types/**/*.d.ts && tsc -p types/tests/", + "lint-types": "eslint \"types/**/*.d.ts\" && tsc -p types/tests/", "lint": "concurrently \"npm:lint-*\"", "test": "npm run lint && cross-env NODE_ENV=test karma start --auto-watch --single-run --coverage --grep", "typedoc": "npx typedoc"