From 772ba2166febc9fb40434ef55ea4ae1a20bbcb4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emiliano=20Su=C3=B1=C3=A9?= Date: Mon, 16 Apr 2018 16:43:52 -0700 Subject: [PATCH] Enable autofix for eslint errors --- gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 7f05a5131..1bcefb13e 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -25,7 +25,8 @@ module.exports = function(grunt) { eslint: { target: ['gruntfile.js', 'modules/**/*.js'], options: { - configFile: '.eslintrc' + configFile: '.eslintrc', + fix: true } }, csslint: {