Skip to content

Commit 890ddf1

Browse files
committed
Disable lint against @ts-ignore
1 parent 1753c2d commit 890ddf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ module.exports = {
44
plugins: ["@typescript-eslint"],
55
rules: {
66
"@typescript-eslint/no-this-alias": "off",
7+
"@typescript-eslint/ban-ts-comment": "off",
78
},
89
};

0 commit comments

Comments
 (0)