Merge branch 'master' into develop

This commit is contained in:
2020-03-26 21:56:41 +04:00
3 changed files with 10 additions and 4 deletions

View File

@ -8,6 +8,12 @@
}
}
],
"unicorn/import-index": [
"error",
{
"ignoreImports": true
}
],
"unicorn/no-console-spaces": [
"error"
],