From 01a40a223860faf674df693b436d0a988f7af5b6 Mon Sep 17 00:00:00 2001 From: PacificYield <173040337+PacificYield@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:47:30 +0100 Subject: [PATCH] chore: updates eslint config --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 03e3173..9a73964 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -10,7 +10,7 @@ export default [ linterOptions: { reportUnusedDisableDirectives: "off", }, - ignores: ["abi/", "artifacts/", "cache/", "res/", "types/*"], + ignores: [".abi/", ".artifacts/", ".cache/", ".coverage/", ".res/", ".types/"], }, eslint.configs.recommended, ...tseslint.configs.recommended,