add eslint rule

This commit is contained in:
Grigorii Desyatnikov 2021-11-09 19:02:08 +03:00
parent 89a6e3b4e8
commit 525c730abc
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@
"rules": {
"indent": "off",
"space-infix-ops": "off",
"@typescript-eslint/space-infix-ops": ["error"],
"@typescript-eslint/no-shadow": "warn",
"@typescript-eslint/indent": ["error", 2],
"@typescript-eslint/type-annotation-spacing": ["error"],