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