clean up Gruntfile to be more consistent

This commit is contained in:
Dave Conway-Jones
2017-11-06 22:53:40 +00:00
parent 78a994e439
commit 5b6b0c132a
3 changed files with 15 additions and 4 deletions

View File

@@ -12,6 +12,7 @@
//"unused": true, // Check for unused functions and variables
"loopfunc": true, // allow functions to be defined in loops
//"expr": true, // allow ternery operator syntax...
"shadow": true, // allow variable shadowing (re-use of names...)
"sub": true, // don't warn that foo['bar'] should be written as foo.bar
"proto": true, // allow setting of __proto__ in node < v0.12
"esversion": 6 // allow es6