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

@@ -35,14 +35,14 @@
"@desktop-client/*": ["./packages/desktop-client/src/*"],
"@desktop-client/e2e/*": ["./packages/desktop-client/e2e/*"],
// Allow importing from hyperformula's internal typings for custom function plugins
"hyperformula/typings/*": ["./node_modules/hyperformula/typings/*"],
"hyperformula/typings/*": ["./node_modules/hyperformula/typings/*"]
},
"plugins": [
{
"name": "typescript-strict-plugin",
"path": ["./packages"],
},
],
"path": ["./packages"]
}
]
},
"include": ["packages/**/*", "bin/*.ts"],
"exclude": [
@@ -55,11 +55,11 @@
"**/lib-dist/*",
"**/test-results/*",
"**/playwright-report/*",
"**/service-worker/*",
"**/service-worker/*"
],
"ts-node": {
"compilerOptions": {
"module": "CommonJS",
},
},
"module": "CommonJS"
}
}
}