1
0
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2026-04-13 14:31:05 +02:00

fix: update .oxlintrc.json

This commit is contained in:
2026-04-13 14:29:45 +02:00
parent 67057cdfff
commit 7e18405353

View File

@@ -175,6 +175,8 @@
"typescript/require-await": "off",
"typescript/switch-exhaustiveness-check": "off",
"typescript/ban-ts-comment": "off",
"typescript/prefer-readonly-parameter-types": "off",
"typescript/strict-void-return": "off",
"no-unused-vars": [
"error",
{