|
|
@ -97,7 +97,7 @@ |
|
|
|
"allowSamePrecedence": true |
|
|
|
"allowSamePrecedence": true |
|
|
|
}], |
|
|
|
}], |
|
|
|
"no-mixed-spaces-and-tabs": "error", |
|
|
|
"no-mixed-spaces-and-tabs": "error", |
|
|
|
"no-multi-spaces": "error", |
|
|
|
"no-multi-spaces": "off", |
|
|
|
"no-multi-str": "error", |
|
|
|
"no-multi-str": "error", |
|
|
|
"no-multiple-empty-lines": ["error", { "max": 1, "maxEOF": 0 }], |
|
|
|
"no-multiple-empty-lines": ["error", { "max": 1, "maxEOF": 0 }], |
|
|
|
"no-negated-in-lhs": "error", |
|
|
|
"no-negated-in-lhs": "error", |
|
|
@ -125,7 +125,7 @@ |
|
|
|
"no-template-curly-in-string": "error", |
|
|
|
"no-template-curly-in-string": "error", |
|
|
|
"no-this-before-super": "error", |
|
|
|
"no-this-before-super": "error", |
|
|
|
"no-throw-literal": "error", |
|
|
|
"no-throw-literal": "error", |
|
|
|
"no-trailing-spaces": "error", |
|
|
|
"no-trailing-spaces": "off", |
|
|
|
"no-undef": "off", |
|
|
|
"no-undef": "off", |
|
|
|
"no-undef-init": "error", |
|
|
|
"no-undef-init": "error", |
|
|
|
"no-unexpected-multiline": "error", |
|
|
|
"no-unexpected-multiline": "error", |
|
|
|