disable rule
This commit is contained in:
parent
6dcc0d2d04
commit
88abc9a2a9
1 changed files with 4 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue