Skip to content

Commit

Permalink
Remove require-atomic-updates due to false positive risk
Browse files Browse the repository at this point in the history
See standard/standard#1314 for rationale.
  • Loading branch information
feross committed Jul 10, 2019
1 parent 62e9337 commit c82aa03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslintrc.json
Expand Up @@ -173,7 +173,6 @@
"prefer-promise-reject-errors": "error",
"quote-props": ["error", "as-needed"],
"quotes": ["error", "single", { "avoidEscape": true, "allowTemplateLiterals": true }],
"require-atomic-updates": "error",
"rest-spread-spacing": ["error", "never"],
"semi": ["error", "never"],
"semi-spacing": ["error", { "before": false, "after": true }],
Expand Down

0 comments on commit c82aa03

Please sign in to comment.