From b5fbeb70296b721107a8d54c58bffacce1025b21 Mon Sep 17 00:00:00 2001 From: bluecco Date: Mon, 6 Jan 2025 13:08:20 +0100 Subject: [PATCH] chore: update eslintrc --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 66709ac..45f2d3d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,6 +12,7 @@ }, "plugins": ["@typescript-eslint"], "rules": { + "@typescript-eslint/consistent-type-imports": "error", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-extra-semi": "off", "@typescript-eslint/no-unused-vars": [