update eslint rules
This commit is contained in:
parent
ebff8f4581
commit
e4ab314e7f
1 changed files with 3 additions and 1 deletions
|
|
@ -65,7 +65,9 @@
|
||||||
"no-throw-literal": "off",
|
"no-throw-literal": "off",
|
||||||
|
|
||||||
// lightning has sync methods and this rule bans them
|
// lightning has sync methods and this rule bans them
|
||||||
"no-sync": "off"
|
"no-sync": "off",
|
||||||
|
|
||||||
|
"id-length": "off"
|
||||||
},
|
},
|
||||||
"parser": "babel-eslint",
|
"parser": "babel-eslint",
|
||||||
"env": {
|
"env": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue