added editing commands

This commit is contained in:
2017-09-10 15:32:58 +02:00
parent 87ed5491a4
commit 912f69c725
2 changed files with 30 additions and 6 deletions
+2 -2
View File
@@ -97,7 +97,7 @@
"allowSamePrecedence": true
}],
"no-mixed-spaces-and-tabs": "error",
"no-multi-spaces": "error",
"no-multi-spaces": "off",
"no-multi-str": "error",
"no-multiple-empty-lines": ["error", { "max": 1, "maxEOF": 0 }],
"no-negated-in-lhs": "error",
@@ -125,7 +125,7 @@
"no-template-curly-in-string": "error",
"no-this-before-super": "error",
"no-throw-literal": "error",
"no-trailing-spaces": "error",
"no-trailing-spaces": "off",
"no-undef": "off",
"no-undef-init": "error",
"no-unexpected-multiline": "error",