Skip to content

Commit

Permalink
fix: disable bogus require-atomic-updates rule
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jul 26, 2019
1 parent 83b4ae2 commit 9bfb504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ module.exports = {
'no-unreachable': 'error',
'no-unsafe-finally': 'error',
'no-unsafe-negation': 'error',
'require-atomic-updates': 'error',
'require-atomic-updates': 'off', // See https://github.com/eslint/eslint/issues/11899
'use-isnan': 'error',
'valid-typeof': 'error',

Expand Down

0 comments on commit 9bfb504

Please sign in to comment.