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

19 lines
346 B
JSON

{
"$schema": "../node_modules/oxlint/configuration_schema.json",
"plugins": [
"typescript",
"jest",
"oxc"
],
"rules": {
"jest/no-disabled-tests": "warn",
"jest/no-focused-tests": "error",
"jest/no-identical-title": "error",
"jest/valid-expect": "error"
},
"env": {
"node": true,
"jest": true
}
}