Pass fix options to eslint

This commit is contained in:
Veeck 2019-06-14 14:02:48 +02:00
parent b645007884
commit c5383557b5

View File

@ -4,6 +4,7 @@ module.exports = function(grunt) {
pkg: grunt.file.readJSON("package.json"),
eslint: {
options: {
fix: "true",
configFile: ".eslintrc.json"
},
target: [