Skip to content

Commit

Permalink
fix(oxlint): Default to using .oxlintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Aug 30, 2024
1 parent 7dc67d2 commit 573d1e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/oxlint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const oxlint: ToolDefinition = ({ binDir, root }) => {
const checkArgs = [
"--format=unix",
"--deny-warnings",
"--ignore-path=.oxlintignore",
"--ignore-pattern='**/dist/**'",
"--ignore-pattern='**/node_modules/**'",
"--ignore-pattern='**/.output/**'",
Expand Down

0 comments on commit 573d1e4

Please sign in to comment.