From c5383557b50395646bcae7071893140d8864cd6f Mon Sep 17 00:00:00 2001 From: Veeck Date: Fri, 14 Jun 2019 14:02:48 +0200 Subject: [PATCH] Pass fix options to eslint --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 33393af5..ee4ab7b8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -4,6 +4,7 @@ module.exports = function(grunt) { pkg: grunt.file.readJSON("package.json"), eslint: { options: { + fix: "true", configFile: ".eslintrc.json" }, target: [