Files
hedgedoc/database/.oxlintrc.json
T
2026-01-14 19:46:27 +01:00

11 lines
149 B
JSON

{
"$schema": "../node_modules/oxlint/configuration_schema.json",
"plugins": [
"typescript",
"oxc"
],
"env": {
"node": true
}
}