From 561077e5713a202bfff476948d46ac2d3e1556be Mon Sep 17 00:00:00 2001 From: whilefoo Date: Thu, 25 Jul 2024 18:38:20 +0200 Subject: [PATCH] fix: change file name --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 1d3aec3..dde353e 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -9,7 +9,7 @@ export default tsEslint.config({ "@typescript-eslint": tsEslint.plugin, "check-file": checkFile, }, - ignores: [".github/knip.ts", "**/.wrangler/**", "jest.config.js"], + ignores: [".github/knip.ts", "**/.wrangler/**", "jest.config.ts"], extends: [eslint.configs.recommended, ...tsEslint.configs.recommended, sonarjs.configs.recommended], languageOptions: { parser: tsEslint.parser,