Hygiene: forbid lint warnings

Bug: T165036
Change-Id: I257b0e3ac410d8153161b55b7fec85bf28644795
This commit is contained in:
Stephen Niedzielski 2018-03-19 14:43:29 -05:00 committed by Jhernandez
parent 57762e0417
commit 2221055bc1

View file

@ -12,6 +12,9 @@ module.exports = function ( grunt ) {
grunt.initConfig( {
banana: conf.MessagesDirs,
eslint: {
options: {
maxWarnings: 0
},
// Lint the built artifacts with ES5 so that no ES6 slips to production
build: {
options: {