Skip to content

Commit 4b322f8

Browse files
Ignore warnings (such as ignored files) (#296)
1 parent e041b2e commit 4b322f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grunt/eslint.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
module.exports = {
44
options: {
55
rulePaths: [".eslintrules"],
6-
fix: true
6+
fix: true,
7+
quiet: true // do not show warnings
78
},
89
target: configuration.files.linting.js
910
};

0 commit comments

Comments
 (0)