Skip to content

Commit

Permalink
disable require-atomic-updates
Browse files Browse the repository at this point in the history
due to false positives
eslint/eslint#11899
  • Loading branch information
polson14 committed Mar 15, 2021
1 parent 3c6da8e commit 40eeeb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -10,6 +10,7 @@ module.exports = {
sourceType: 'module',
},
rules: {
'require-atomic-updates': 'off',
'no-unused-vars': [
'error',
{
Expand Down

0 comments on commit 40eeeb9

Please sign in to comment.