From 2221055bc173d6a1c6d3fe3dfb3c5bb53a3a2276 Mon Sep 17 00:00:00 2001 From: Stephen Niedzielski Date: Mon, 19 Mar 2018 14:43:29 -0500 Subject: [PATCH] Hygiene: forbid lint warnings Bug: T165036 Change-Id: I257b0e3ac410d8153161b55b7fec85bf28644795 --- Gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 9f42fdd18..b90257ddb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: {