Skip to content

Commit fce78cf

Browse files
committed
chore: fix rule names
1 parent 841e998 commit fce78cf

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

packages/oxlint-config/overrides.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"typescript/no-unsafe-type-assertion": "off",
3232
"typescript/no-unsafe-unary-minus": "off",
3333
"typescript/non-nullable-type-assertion-style": "off",
34-
"typescript/only-throw-off": "off",
35-
"typescript/prefer-promise-reject-offs": "off",
34+
"typescript/only-throw-error": "off",
35+
"typescript/prefer-promise-reject-errors": "off",
3636
"typescript/prefer-reduce-type-parameter": "off",
3737
"typescript/prefer-return-this-type": "off",
3838
"typescript/promise-function-async": "off",

packages/oxlint-config/plugin.jsonc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
},
1212
"jsPlugins": ["./plugins/monkeytype-rules.js"],
1313
"rules": {
14-
"all": "off",
1514
"monkeytype-rules/no-testing-access": "error",
1615
"monkeytype-rules/no-mixed-nullish-coalescing": "error",
1716
},

0 commit comments

Comments
 (0)