From e12831bc864fc3b47bfc9093efa75a09a8f94fc0 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Tue, 15 Jul 2025 21:00:44 +0200 Subject: [PATCH] point eslint to config --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2c55d81..fff7e12 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "start": "bun run src/main.ts", "check:code": "bun run lint && bun run typecheck", "check:spell": "cspell --config cspell.code.json **/*.ts", - "lint": "eslint .", - "lint:fix": "eslint . --fix", + "lint": "eslint -c eslint.config.js .", + "lint:fix": "eslint -c eslint.config.js --fix .", "typecheck": "tsc --noEmit" }, "dependencies": {