add husky checks

This commit is contained in:
2020-10-12 15:43:13 +03:00
committed by Stepan Usatiuk
parent ede7976d56
commit 291f78f265
13 changed files with 202 additions and 20 deletions

View File

@@ -53,6 +53,7 @@
"@typescript-eslint/require-await": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-call": "off"
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/unbound-method": "off"
}
}