eslint: Enable no-confusing-arrow rule

feature/default_network_editable
Whymarrh Whitby 5 years ago
parent 2e69f3233e
commit 1e4f8e68e0
  1. 1
      .eslintrc

@ -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,

Loading…
Cancel
Save