Browse Source

Merge pull request #7974 from Snuffleupagus/eslint_no-lone-blocks

Enable the `no-lone-blocks` ESLint rule
Tim van der Meij 8 years ago committed by GitHub
parent
commit
f8e793f8c2
  1. 1
      .eslintrc

1
.eslintrc

@ -53,6 +53,7 @@
"no-fallthrough": "error", "no-fallthrough": "error",
"no-global-assign": "error", "no-global-assign": "error",
"no-implied-eval": "error", "no-implied-eval": "error",
"no-lone-blocks": "error",
"no-multi-spaces": "error", "no-multi-spaces": "error",
"no-multi-str": "error", "no-multi-str": "error",
"no-new-func": "error", "no-new-func": "error",

Loading…
Cancel
Save