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 b5f5d41 commit 7afc0a6Copy full SHA for 7afc0a6
gulp/tasks/check.js
@@ -12,7 +12,7 @@ const format = () =>
12
13
// We do not use `gulp-eslint` because it does not support --cache
14
const eslint = function() {
15
- const files = FILES.CHECK.map(pattern => `'${pattern}'`).join(' ')
+ 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`,
18
)
0 commit comments