1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

eslint: Enable no-confusing-arrow rule

This commit is contained in:
Whymarrh Whitby 2019-11-26 10:10:15 -03:30
parent 2e69f3233e
commit 1e4f8e68e0

View File

@ -72,6 +72,7 @@
"no-caller": 2,
"no-class-assign": 2,
"no-cond-assign": 2,
"no-confusing-arrow": 2,
"no-const-assign": 2,
"no-control-regex": 2,
"no-debugger": 2,