From 42e135ef37f54f839c95779f052e00ee4f70d999 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 9 Jan 2025 13:14:04 +0100 Subject: [PATCH] doc(eslint.config): update comments --- eslint.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index d5be780e4..3ba4bb6bd 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -134,12 +134,10 @@ export default tseslint.config( "warn", { argsIgnorePattern: "^_", varsIgnorePattern: "^_" }, ], - - // TODO: to be enabled later "@typescript-eslint/consistent-type-definitions": ["warn", "type"], "@typescript-eslint/array-type": ["warn", { default: "array-simple" }], - // fix/reevaluate + // enable gradually for full type safety "@typescript-eslint/no-unsafe-argument": "off", "@typescript-eslint/no-unsafe-member-access": "off", "@typescript-eslint/no-unsafe-call": "off",