From e91b4db39d44335de8becd7f2462d19fc982eb4a Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 14 Oct 2025 00:28:31 +0200 Subject: [PATCH] style(eslint/config): removing useless configuration --- eslint.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index f3c0f35..d360940 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -64,7 +64,6 @@ export default [ "spaced-comment": "error", yoda: "error", - // TypeScript rules - less strict for better DX "@typescript-eslint/no-unsafe-*": "off", "@typescript-eslint/restrict-template-expressions": "warn", "@typescript-eslint/no-deprecated": "warn",