.jshintrc: Remove the "sub" option

This commit is contained in:
David Majda 2013-12-15 21:38:15 +01:00
parent e20e907d8c
commit e7e4543bb4

View file

@ -10,6 +10,5 @@
"noarg": true,
"noempty": true,
"nonew": true,
"sub": true,
"trailing": true
}