We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00824af commit b5f5d41Copy full SHA for b5f5d41
gulp/tasks/check.js
@@ -11,7 +11,7 @@ const format = () =>
11
gulpExeca(`prettier --write --loglevel warn ${FILES.CHECK.join(' ')}`)
12
13
// We do not use `gulp-eslint` because it does not support --cache
14
-const eslint = () => {
+const eslint = function() {
15
const files = FILES.CHECK.map(pattern => `'${pattern}'`).join(' ')
16
return gulpExeca(
17
`eslint ${files} --ignore-path .gitignore --fix --cache --format codeframe --max-warnings 0 --report-unused-disable-directives`,
0 commit comments