We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a68367 commit 6b5881bCopy full SHA for 6b5881b
eslintrc/javascript.yml
@@ -49,7 +49,7 @@ rules:
49
no-unsafe-finally: 2
50
no-unsafe-negation: 2
51
no-useless-backreference: 2
52
- require-atomic-updates: 1 # warning, because of false positives: https://github.com/eslint/eslint/issues/11899
+ require-atomic-updates: 0 # false positives: https://github.com/eslint/eslint/issues/11899
53
use-isnan: 2
54
valid-typeof: 2
55
0 commit comments