Skip to content

Commit 1e6dc3e

Browse files
committed
1 parent a425791 commit 1e6dc3e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ module.exports = {
3737
}
3838
],
3939
'@typescript-eslint/await-thenable': 'error',
40+
'@typescript-eslint/ban-ts-comment': [
41+
'error',
42+
{
43+
'ts-expect-error': 'allow-with-description',
44+
minimumDescriptionLength: 4
45+
}
46+
],
4047
'@typescript-eslint/ban-tslint-comment': 'error',
4148
'@typescript-eslint/ban-types': [
4249
'error',

0 commit comments

Comments
 (0)