Skip to content

Commit

Permalink
Update: do not recommend require-atomic-updates (refs #11899) (#12599)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Dec 4, 2019
1 parent dbbba83 commit 6e36d12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion conf/eslint-recommended.js
Expand Up @@ -62,7 +62,6 @@ module.exports = {
"no-useless-catch": "error",
"no-useless-escape": "error",
"no-with": "error",
"require-atomic-updates": "error",
"require-yield": "error",
"use-isnan": "error",
"valid-typeof": "error"
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/require-atomic-updates.js
Expand Up @@ -162,7 +162,7 @@ module.exports = {
docs: {
description: "disallow assignments that can lead to race conditions due to usage of `await` or `yield`",
category: "Possible Errors",
recommended: true,
recommended: false,
url: "https://eslint.org/docs/rules/require-atomic-updates"
},

Expand Down

0 comments on commit 6e36d12

Please sign in to comment.