diff --git a/.eslintrc.json b/.eslintrc.json index b17cc09..693af27 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -14,6 +14,7 @@ } ], "rules": { + "quotes": "off", "@typescript-eslint/prefer-nullish-coalescing": "off", "unicorn/no-array-for-each": "off" }