Skip to content

Commit

Permalink
Ignore warnings (such as ignored files) (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Feb 15, 2019
1 parent e041b2e commit 4b322f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grunt/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
module.exports = {
options: {
rulePaths: [".eslintrules"],
fix: true
fix: true,
quiet: true // do not show warnings
},
target: configuration.files.linting.js
};

0 comments on commit 4b322f8

Please sign in to comment.