HM-74. Добавлена модалка-сайдбар. Реализована модалка для просмотра логов. (#32)

This commit is contained in:
Nikolay
2020-07-25 23:39:53 +03:00
committed by GitHub
parent c425ffea45
commit f0013d1514
19 changed files with 472 additions and 7 deletions

View File

@ -52,7 +52,6 @@
"eol-last": ["warn", "always"],
"func-call-spacing": ["warn", "never"],
"func-style": ["warn", "expression"],
"indent": ["warn", 4],
"keyword-spacing": ["warn", {"before": true}],
"line-comment-position": ["warn", {"position": "above"}],
"lines-between-class-members": ["warn", "always"],