Skip to content

Commit

Permalink
Remove TODO on "no-warning-comments" ESLint rule (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 21, 2019
1 parent cce59e9 commit 827880d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Expand Up @@ -160,7 +160,7 @@ rules:
no-useless-escape: error
no-useless-return: error
no-void: error
no-warning-comments: off # TODO
no-warning-comments: off
no-with: error
prefer-named-capture-group: off # ES2018
prefer-promise-reject-errors: error
Expand Down

0 comments on commit 827880d

Please sign in to comment.