HM-32. Пропатчить api под новый бекенд (#7)

This commit is contained in:
Nikolay
2020-07-11 08:48:11 +03:00
committed by GitHub
parent d3ac6c730b
commit a3748f519a
4 changed files with 110 additions and 25 deletions

View File

@ -45,7 +45,6 @@
"array-bracket-spacing": ["error", "never"],
"block-spacing": ["error", "never"],
"brace-style": ["error", "1tbs", {"allowSingleLine": true}],
"camelcase": "error",
"capitalized-comments": ["error"],
"comma-dangle": ["error", "only-multiline"],
"comma-spacing": ["error", {"before": false, "after": true}],