Fixed tests

This commit is contained in:
Kir_Antipov 2023-05-19 22:10:58 +03:00
parent 15063f1680
commit 522691bdbe

View file

@ -189,7 +189,7 @@
"key-spacing": "error", "key-spacing": "error",
"keyword-spacing": "error", "keyword-spacing": "error",
"line-comment-position": "error", "line-comment-position": "error",
"linebreak-style": ["error", "windows"], "linebreak-style": "off",
"@typescript-eslint/lines-around-comment": ["error", { "@typescript-eslint/lines-around-comment": ["error", {
"allowClassStart": true, "allowClassStart": true,
"allowInterfaceStart": true, "allowInterfaceStart": true,