Skip to content

Commit 827880d

Browse files
Remove TODO on "no-warning-comments" ESLint rule (#1886)
1 parent cce59e9 commit 827880d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ rules:
160160
no-useless-escape: error
161161
no-useless-return: error
162162
no-void: error
163-
no-warning-comments: off # TODO
163+
no-warning-comments: off
164164
no-with: error
165165
prefer-named-capture-group: off # ES2018
166166
prefer-promise-reject-errors: error

0 commit comments

Comments
 (0)