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.
1 parent 36a52c9 commit af4639bCopy full SHA for af4639b
.eslintrc.js
@@ -42,6 +42,7 @@ module.exports = {
42
"@typescript-eslint/no-unsafe-argument": 0,
43
// To many false-posetives on this rule
44
"@typescript-eslint/restrict-template-expressions": 0,
45
+ "@typescript-eslint/no-unused-expressions": 0,
46
"@typescript-eslint/unbound-method": 1,
47
"@typescript-eslint/no-inferrable-types": 0,
48
"@typescript-eslint/no-non-null-assertion": 0,
@@ -50,6 +51,6 @@ module.exports = {
50
51
"no-cond-assign": 1,
52
"prefer-spread": 1,
53
"no-unused-vars": "off",
- "@typescript-eslint/no-unused-vars": [ "warn" ]
54
+ "@typescript-eslint/no-unused-vars": [ "error" ]
55
}
56
};
0 commit comments