1
0
forked from 0ad/0ad

Disable eslint curly rule, because none of its configurable enforcement reflects the curly brace convention of this repository, refs #5524.

Differential Revision: https://code.wildfiregames.com/D2070
Patch By: Krinkle
Reviewed By: Imarok
This was SVN commit r22529.
This commit is contained in:
elexis 2019-07-22 19:55:52 +00:00
parent b4626359f5
commit b04a8d4793

View File

@ -27,7 +27,6 @@
"block-scoped-var": 0,
"consistent-return": 1,
"curly": ["warn", "multi"],
"default-case": 1,
"dot-notation": 1,
"no-else-return": 1,