Skip to content

Commit

Permalink
Disable broken require-atomic-updates rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-ronkorving committed Jun 15, 2020
1 parent 4a68367 commit 6b5881b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslintrc/javascript.yml
Expand Up @@ -49,7 +49,7 @@ rules:
no-unsafe-finally: 2
no-unsafe-negation: 2
no-useless-backreference: 2
require-atomic-updates: 1 # warning, because of false positives: https://github.com/eslint/eslint/issues/11899
require-atomic-updates: 0 # false positives: https://github.com/eslint/eslint/issues/11899
use-isnan: 2
valid-typeof: 2

Expand Down

0 comments on commit 6b5881b

Please sign in to comment.