Merge pull request #1276 from roots/remove-jshint

remove trailing option
This commit is contained in:
Austin Pray
2015-01-23 11:30:13 -06:00

View File

@@ -11,6 +11,5 @@
"newcap": true, "newcap": true,
"noarg": true, "noarg": true,
"node": true, "node": true,
"strict": false, "strict": false
"trailing": true
} }