Enforcing JSHint's noarg and nonbsp options

This commit is contained in:
Tim van der Meij 2014-07-19 16:55:16 +02:00
parent 7586d777eb
commit 1845922de2

View File

@ -10,6 +10,8 @@
"trailing": true,
"curly": true,
"undef": true,
"noarg": true,
"nonbsp": true,
// Relaxing
"boss": true,