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 3200630 commit 3878cadCopy full SHA for 3878cad
.eslintrc.js
@@ -11,6 +11,7 @@ module.exports = {
11
"prettier/@typescript-eslint"
12
],
13
rules: {
14
- "@typescript-eslint/no-unused-vars": "off"
+ "@typescript-eslint/no-unused-vars": "off",
15
+ "@typescript-eslint/explicit-function-return-type": "off"
16
}
17
};
0 commit comments