Skip to content

Commit b050aa2

Browse files
committed
chore: remove eslint cache for consistent CI/CD linting
Disable eslint --cache flag to prevent platform-specific cache issues between local development and CI environments.
1 parent b83e136 commit b050aa2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"scripts": {
1414
"start": "bun run packages/code/src/cli.ts",
1515
"dev": "turbo dev",
16-
"lint": "eslint --cache .",
17-
"lint:fix": "eslint --cache --fix .",
16+
"lint": "eslint .",
17+
"lint:fix": "eslint --fix .",
1818
"typecheck": "turbo typecheck",
1919
"test": "turbo test",
2020
"build": "turbo build",

0 commit comments

Comments
 (0)