update eslint rules

This commit is contained in:
Daniel Lugo 2020-01-25 19:32:56 -04:00
parent ebff8f4581
commit e4ab314e7f

View file

@ -65,7 +65,9 @@
"no-throw-literal": "off",
// lightning has sync methods and this rule bans them
"no-sync": "off"
"no-sync": "off",
"id-length": "off"
},
"parser": "babel-eslint",
"env": {