point eslint to config
Some checks failed
CI / Test (pull_request) Failing after 17s

This commit is contained in:
2025-07-15 21:00:44 +02:00
parent d249cb4ae9
commit e12831bc86

View File

@@ -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": {