disable rule

This commit is contained in:
Daniel Lugo 2020-01-13 21:28:40 -04:00
parent 6dcc0d2d04
commit 88abc9a2a9

View file

@ -62,7 +62,10 @@
"no-shadow": "off",
// We're usually throwing objects throughout the API to allow for more detailed error messages
"no-throw-literal": "off"
"no-throw-literal": "off",
// lightning has sync methods and this rule bans them
"no-sync": "off"
},
"parser": "babel-eslint",
"env": {