.jshintrc: Add the "noarg" option

redux
David Majda 10 years ago
parent af54963233
commit 4402f7fd86

@ -7,6 +7,7 @@
"immed": true,
"latedef": "nofunc",
"laxbreak": true,
"noarg": true,
"noempty": true,
"nonew": true,
"sub": true

Loading…
Cancel
Save