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 1753c2d commit 890ddf1Copy full SHA for 890ddf1
.eslintrc.cjs
@@ -4,5 +4,6 @@ module.exports = {
4
plugins: ["@typescript-eslint"],
5
rules: {
6
"@typescript-eslint/no-this-alias": "off",
7
+ "@typescript-eslint/ban-ts-comment": "off",
8
},
9
};
0 commit comments