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 63a9fe7 commit 89eb056Copy full SHA for 89eb056
tasks/eslint.js
@@ -49,7 +49,7 @@ module.exports = grunt => {
49
results = ESLint.getErrorResults(results);
50
}
51
52
- const output = formatter.format(results);
+ const output = await formatter.format(results);
53
54
if (outputFile) {
55
grunt.file.write(outputFile, output);
0 commit comments