aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/grunt.js b/grunt.js
index eddf89b1a..02c889d74 100644
--- a/grunt.js
+++ b/grunt.js
@@ -306,8 +306,7 @@ grunt.initConfig({
smarttabs: true,
// TODO: use "faux strict mode" https://github.com/jshint/jshint/issues/504
// strict: true,
- // TODO: enable trailing
- // trailing: true,
+ trailing: true,
undef: true
};