mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
Fixed tests
This commit is contained in:
parent
15063f1680
commit
522691bdbe
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@
|
|||
"key-spacing": "error",
|
||||
"keyword-spacing": "error",
|
||||
"line-comment-position": "error",
|
||||
"linebreak-style": ["error", "windows"],
|
||||
"linebreak-style": "off",
|
||||
"@typescript-eslint/lines-around-comment": ["error", {
|
||||
"allowClassStart": true,
|
||||
"allowInterfaceStart": true,
|
||||
|
|
Loading…
Reference in a new issue