We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e041b2e commit 4b322f8Copy full SHA for 4b322f8
grunt/eslint.js
@@ -3,7 +3,8 @@
3
module.exports = {
4
options: {
5
rulePaths: [".eslintrules"],
6
- fix: true
+ fix: true,
7
+ quiet: true // do not show warnings
8
},
9
target: configuration.files.linting.js
10
};
0 commit comments