Remove duplicate trailing in jshintrc for test

This commit is contained in:
shoma
2016-12-06 10:48:24 +09:00
parent c1af28f7fe
commit 34b83a2982

View File

@@ -5,7 +5,6 @@
"trailing": true,
"node": true,
"eqeqeq": true,
"trailing": true,
"expr": true,
"white": true,
"indent": 2,