1
0
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2026-04-07 22:31:08 +02:00

fix: update .oxlintrc.json

This commit is contained in:
2026-04-07 11:18:24 +02:00
parent 7f2ff2db1a
commit 67057cdfff
2 changed files with 43 additions and 35 deletions

View File

@@ -118,7 +118,13 @@ node --run lint:prettier
```json
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"extends": ["node_modules/eslint-config-conventions/.oxlintrc.json"]
"extends": ["node_modules/eslint-config-conventions/.oxlintrc.json"],
"options": {
"typeAware": true,
"typeCheck": true,
"denyWarnings": true,
"reportUnusedDisableDirectives": "error"
}
}
```