1
0
forked from 0ad/0ad

Linting: Remove "no-lone-blocks" rule for ESLint

Lone blocks can help reading the code.

Patch by: Krinkle
Refs #5524
Differential Revision: https://code.wildfiregames.com/D2452
This was SVN commit r23261.
This commit is contained in:
Imarok 2019-12-19 16:38:30 +00:00
parent dd891f6193
commit 72fc4105e2

View File

@ -32,7 +32,6 @@
"dot-notation": 1,
"no-else-return": 1,
"no-invalid-this": 1,
"no-lone-blocks": 1,
"no-loop-func": 0,
"no-multi-spaces": ["warn", { "ignoreEOLComments": true }],
"no-new": 1,