remove trailing option

fixes https://github.com/roots/roots/issues/1275

ref https://github.com/jshint/jshint/pull/1554
This commit is contained in:
Austin Pray
2015-01-23 11:27:58 -06:00
parent 507de3a045
commit 2b39b64909

View File

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