From a44d05e2652db39a03684ce2d187854a1113be41 Mon Sep 17 00:00:00 2001 From: Hongarc Date: Thu, 25 Apr 2019 11:28:28 +0700 Subject: [PATCH] Change esversion to 6 --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 52c8147e..ddd728d7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -111,6 +111,7 @@ module.exports = function(grunt) { 'src/levels/**/*.js' ], options: { + esversion: 6, curly: true, // sometimes triple equality is just redundant and unnecessary eqeqeq: false, @@ -226,7 +227,7 @@ module.exports = function(grunt) { }); // all my npm helpers - grunt.loadNpmTasks('grunt-jsxhint'); + grunt.loadNpmTasks('grunt-contrib-jshint'); grunt.loadNpmTasks('grunt-browserify'); grunt.loadNpmTasks('grunt-hash'); grunt.loadNpmTasks('grunt-contrib-clean');