Update oxlint config to put ignore pattern inside the oxlint config.

This commit is contained in:
Connor Shea
2026-01-16 20:04:34 -07:00
committed by Peter Steinberger
parent 25edbdacc2
commit 78136c4368
2 changed files with 4 additions and 3 deletions

View File

@@ -7,5 +7,6 @@
],
"categories": {
"correctness": "error"
}
},
"ignorePatterns": ["src/canvas-host/a2ui/a2ui.bundle.js"]
}