From f76af026e291367c4d892b5071bd9a9713fd3380 Mon Sep 17 00:00:00 2001 From: Ezra Khairan Permana Date: Mon, 15 Jul 2024 10:14:36 +0700 Subject: [PATCH] fix: memperbaiki eslint --- apps/processor/eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/processor/eslint.config.js b/apps/processor/eslint.config.js index dd90149..55c38cc 100644 --- a/apps/processor/eslint.config.js +++ b/apps/processor/eslint.config.js @@ -3,7 +3,7 @@ import baseConfig from "@sora-vp/eslint-config/base"; /** @type {import('typescript-eslint').Config} */ export default [ { - ignores: [".dist/**", "tsup.config.ts"], + ignores: ["dist/**", "index.ts", "tsup.config.ts"], }, ...baseConfig, ];