We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6038e69 commit 8b1c72cCopy full SHA for 8b1c72c
.gitignore
@@ -14,6 +14,7 @@ node_modules
14
npm-debug.log
15
rebaser/config.yaml
16
rebaser/rebaser.log
17
+.eslintcache
18
19
# OS
20
.DS_Store
Gruntfile.js
@@ -339,7 +339,8 @@ module.exports = function ( grunt ) {
339
},
340
eslint: {
341
options: {
342
- reportUnusedDisableDirectives: true
+ reportUnusedDisableDirectives: true,
343
+ cache: true
344
345
main: [
346
'*.js',
0 commit comments