.jshintrc: Add the "noarg" option

redux
David Majda 11 years ago
parent af54963233
commit 4402f7fd86

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

Loading…
Cancel
Save