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 6a81d31 commit 8b00025Copy full SHA for 8b00025
lib/configs/_ts.js
@@ -45,7 +45,8 @@ module.exports = {
45
"@mysticatea/ts/no-unnecessary-type-assertion": "off",
46
"@mysticatea/ts/no-useless-constructor": "error",
47
"@mysticatea/ts/no-var-requires": "error",
48
- "@mysticatea/ts/prefer-function-type": "error",
+ // https://github.com/typescript-eslint/typescript-eslint/issues/454
49
+ "@mysticatea/ts/prefer-function-type": "off",
50
"@mysticatea/ts/prefer-includes": "error",
51
"@mysticatea/ts/prefer-namespace-keyword": "error",
52
"@mysticatea/ts/prefer-string-starts-ends-with": "error",
0 commit comments