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

Compare commits

...

1 Commits

Author SHA1 Message Date
7e18405353 fix: update .oxlintrc.json 2026-04-13 14:29:45 +02:00

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",
{