build: 🚨 disable template expression rule

This commit is contained in:
Mikhail Zolotukhin 2021-09-16 20:35:31 +03:00
parent 6e2e54c12a
commit b5a58aa1cc

View File

@ -25,6 +25,7 @@
"curly": "error",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-function-return-type": "error",
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/no-unused-vars": [
"warn",
{