We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5362c6 commit e4fd798Copy full SHA for e4fd798
index.js
@@ -56,7 +56,7 @@ module.exports = {
56
"no-unsafe-negation": "error",
57
"no-unsafe-optional-chaining": ["error", { disallowArithmeticOperators: true }],
58
"no-useless-backreference": "error",
59
- "require-atomic-updates": "error",
+ "require-atomic-updates": "off", // this is very broken: https://github.com/eslint/eslint/issues/11899
60
"use-isnan": ["error", { enforceForIndexOf: true }],
61
"valid-typeof": "error",
62
0 commit comments