We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841e998 commit fce78cfCopy full SHA for fce78cf
2 files changed
packages/oxlint-config/overrides.jsonc
@@ -31,8 +31,8 @@
31
"typescript/no-unsafe-type-assertion": "off",
32
"typescript/no-unsafe-unary-minus": "off",
33
"typescript/non-nullable-type-assertion-style": "off",
34
- "typescript/only-throw-off": "off",
35
- "typescript/prefer-promise-reject-offs": "off",
+ "typescript/only-throw-error": "off",
+ "typescript/prefer-promise-reject-errors": "off",
36
"typescript/prefer-reduce-type-parameter": "off",
37
"typescript/prefer-return-this-type": "off",
38
"typescript/promise-function-async": "off",
packages/oxlint-config/plugin.jsonc
@@ -11,7 +11,6 @@
11
},
12
"jsPlugins": ["./plugins/monkeytype-rules.js"],
13
"rules": {
14
- "all": "off",
15
"monkeytype-rules/no-testing-access": "error",
16
"monkeytype-rules/no-mixed-nullish-coalescing": "error",
17
0 commit comments