We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
require-atomic-updates
1 parent 4fc39d3 commit 148f7cdCopy full SHA for 148f7cd
configurations/base/rules/possible-problems.js
@@ -242,7 +242,7 @@ module.exports = {
242
// Disallow assignments that can lead to race conditions due to usage of `await` or `yield`
243
// https://eslint.org/docs/rules/require-atomic-updates
244
// Note: may be buggy according to `airbnb` config
245
- 'require-atomic-updates': 'error',
+ 'require-atomic-updates': 'off',
246
247
// Require calls to `isNaN()` when checking for `NaN`
248
// https://eslint.org/docs/rules/use-isnan
0 commit comments