We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no-throw-literal
1 parent 997d86f commit cee8438Copy full SHA for cee8438
eslint.config.js
@@ -89,7 +89,7 @@ export default [
89
"no-shadow": "off",
90
"@typescript-eslint/no-shadow": "error",
91
"no-throw-literal": "off",
92
- "@typescript-eslint/no-throw-literal": "error",
+ "@typescript-eslint/only-throw-error": "error",
93
"no-unused-expressions": "off",
94
"@typescript-eslint/no-unused-expressions": "error",
95
"no-use-before-define": "off",
0 commit comments