[Build] Remove esversion: 5 from lint cfg

...as this is apparently presumed.
This commit is contained in:
Victor Woeltjen 2016-03-04 10:14:37 -08:00
parent 4a609943f9
commit 91fb82d212

View File

@ -2,7 +2,6 @@
"bitwise": true,
"curly": true,
"eqeqeq": true,
"esversion": 5,
"freeze": true,
"funcscope": true,
"futurehostile": true,