Files
hedgedoc/database/.oxlintrc.json
T
Erik Michelson 78062bb75c chore(lint): enable type-aware linting
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2026-05-09 13:05:59 +02:00

16 lines
236 B
JSON

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