Skip to content

Commit 0d34f7c

Browse files
committed
chore: remove oxlint references from lint scripts
1 parent 1e23bb7 commit 0d34f7c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

scripts/lint-affected.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ const RUN_ALL_PATTERNS = [
3030
'package.json',
3131
'pnpm-lock.yaml',
3232
'tsconfig*.json',
33-
'.oxlintignore',
34-
'oxlintrc.json',
3533
'eslint.config.*',
3634
'biome.json',
3735
]

scripts/lint.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ const CONFIG_PATTERNS = [
3434
'scripts/utils/**',
3535
'pnpm-lock.yaml',
3636
'tsconfig*.json',
37-
'.oxlintignore',
38-
'oxlintrc.json',
3937
'eslint.config.*',
4038
'biome.json',
4139
]

0 commit comments

Comments
 (0)