Skip to content

Commit 35bde75

Browse files
committed
ESLint: Use --cache option
1 parent 5d0915a commit 35bde75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/bower_components
1212

1313
# misc
14+
/.eslintcache
1415
/.sass-cache
1516
/connect.lock
1617
/coverage/*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"scripts": {
1919
"build": "ember build",
20-
"lint:js": "eslint .",
20+
"lint:js": "eslint . --cache",
2121
"prettier": "prettier --write '{app,tests,mirage}/**/*.js'",
2222
"start": "ember serve",
2323
"start:live": "ember serve --proxy https://crates.io",

0 commit comments

Comments
 (0)