forked from mirrors/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:
@@ -27,7 +27,6 @@
|
||||
|
||||
"block-scoped-var": 0,
|
||||
"consistent-return": 1,
|
||||
"curly": ["warn", "multi"],
|
||||
"default-case": 1,
|
||||
"dot-notation": 1,
|
||||
"no-else-return": 1,
|
||||
|
||||
Reference in New Issue
Block a user