Skip to content

Commit 940903e

Browse files
bmishddzz
andauthored
add eslint cache flag
Co-authored-by: Darius D. <[email protected]>
1 parent 3ee6ab7 commit 940903e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "gulp src",
88
"lint": "npm run lint:js",
9-
"lint:js": "eslint .",
9+
"lint:js": "eslint --cache .",
1010
"prepublish": "npm run build",
1111
"test": "npm run build && npm run test-quick",
1212
"test-quick": "NODE_PATH=./lib nyc -s mocha -R dot --recursive test -t test-results"

0 commit comments

Comments
 (0)