|
@@ -4,6 +4,7 @@
|
|
"rules": {
|
|
"rules": {
|
|
"error-reason": "off",
|
|
"error-reason": "off",
|
|
"indentation": ["error", 2],
|
|
"indentation": ["error", 2],
|
|
|
|
+ "linebreak-style": ["error", "unix"],
|
|
"max-len": ["error", 79],
|
|
"max-len": ["error", 79],
|
|
"no-constant": ["error"],
|
|
"no-constant": ["error"],
|
|
"no-empty-blocks": "off",
|
|
"no-empty-blocks": "off",
|