We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff772fb commit 11448c4Copy full SHA for 11448c4
index.js
@@ -10,6 +10,7 @@ module.exports = {
10
es6: true,
11
},
12
rules: {
13
+ "no-throw-literal": "error",
14
"no-return-await": "error",
15
"no-use-before-define": "off", // uses "@typescript-eslint/no-use-before-define" instead
16
"max-params": ["error", 4],
0 commit comments