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

Enable the `no-lone-blocks` ESLint rule
This commit is contained in:
Tim van der Meij 2017-01-19 22:35:38 +01:00 committed by GitHub
commit f8e793f8c2

View File

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