diff --git a/.eslintrc.json b/.eslintrc.json index d752175..1c93f53 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -17,6 +17,7 @@ "@typescript-eslint/no-explicit-any": "error", "@typescript-eslint/ban-ts-comment": "error", "semi": "error", - "no-console": "error" + "no-console": "error", + "no-mixed-spaces-and-tabs": "off" } } \ No newline at end of file