Skip to content

Commit 89eb056

Browse files
authored
Support async formatters (#174)
1 parent 63a9fe7 commit 89eb056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/eslint.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = grunt => {
4949
results = ESLint.getErrorResults(results);
5050
}
5151

52-
const output = formatter.format(results);
52+
const output = await formatter.format(results);
5353

5454
if (outputFile) {
5555
grunt.file.write(outputFile, output);

0 commit comments

Comments
 (0)