Skip to content

Commit a6861f4

Browse files
committedSep 19, 2023
feat: allow eslint-comments/no-unlimited-disable in .d.ts
1 parent f43363a commit a6861f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/eslint-config-basic/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ module.exports = {
168168
files: ['*.d.ts'],
169169
rules: {
170170
'import/no-duplicates': 'off',
171+
'eslint-comments/no-unlimited-disable': 'off',
171172
},
172173
},
173174
{

0 commit comments

Comments
 (0)
Please sign in to comment.