Skip to content

Commit

Permalink
Remove require-atomic-updates
Browse files Browse the repository at this point in the history
This rule seems prone to false positives, and thus it may be more misleading
than useful (for now).  See: eslint/eslint#11899
  • Loading branch information
jacksonrayhamilton committed Sep 11, 2020
1 parent d700ac4 commit 2e0ee8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -30,7 +30,6 @@ module.exports = {
'no-unreachable': ['warn'],
'no-unsafe-finally': ['warn'],
'no-unsafe-negation': ['warn', {'enforceForOrderingRelations': true}],
'require-atomic-updates': ['warn'],
'use-isnan': ['warn'],
'valid-typeof': ['warn'],

Expand Down

0 comments on commit 2e0ee8b

Please sign in to comment.