Skip to content

Commit

Permalink
fix: Turn off 'require-atomic-updates' due to false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jul 5, 2019
1 parent 249c471 commit 0dd3f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -99,6 +99,7 @@ module.exports = {
'prefer-spread': 'error',
'prefer-template': 'error',
'radix': 'error',
'require-atomic-updates': 'off', // Reports false positives: https://github.com/eslint/eslint/issues/11899
'vars-on-top': 'error',
'spaced-comment': ['error', 'always', { exceptions: ['-', '+'], markers: ['=', '!'] }],
'strict': ['error', 'safe'],
Expand Down

0 comments on commit 0dd3f0c

Please sign in to comment.