Upgrade oxlint and oxfmt dependencies (#6560)

* Update oxlint and oxfmt versions, add suppressions for warnings

* Add release notes for PR #6560

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Matiss Janis Aboltins
2026-01-05 23:59:08 +01:00
committed by GitHub
parent 64db9a59f4
commit bf505c2bd5
26 changed files with 249 additions and 230 deletions

View File

@@ -11,9 +11,9 @@
"outDir": "dist",
"declarationDir": "@types",
"paths": {
"loot-core/*": ["./@types/loot-core/src/*"],
},
"loot-core/*": ["./@types/loot-core/src/*"]
}
},
"include": ["."],
"exclude": ["**/node_modules/*", "dist", "@types", "*.test.ts"],
"exclude": ["**/node_modules/*", "dist", "@types", "*.test.ts"]
}