mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-15 09:04:26 +02:00
Change esversion to 6
This commit is contained in:
parent
ad8d3139e0
commit
a44d05e265
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue