update esversion

This commit is contained in:
Baris Usakli
2018-10-22 14:33:50 -04:00
parent 881185ae59
commit 6befc46346

View File

@@ -4,6 +4,8 @@
"maxerr" : 50, // {int} Maximum error before stopping
"esversion": 6,
// Enforcing
"bitwise" : true, // true: Prohibit bitwise operators (&, |, ^, etc.)
"camelcase" : false, // true: Identifiers must be in camelCase