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 d71ff30 commit 2738322Copy full SHA for 2738322
1 file changed
lib/types/rules/possible-errors.d.ts
@@ -593,7 +593,17 @@ export interface PossibleErrors extends Linter.RulesRecord {
593
* @since 5.3.0
594
* @see https://eslint.org/docs/rules/require-atomic-updates
595
*/
596
- "require-atomic-updates": Linter.RuleEntry<[]>;
+ "require-atomic-updates": Linter.RuleEntry<
597
+ [
598
+ Partial<{
599
+ /**
600
+ * @since 8.3.0
601
+ * @default false
602
+ */
603
+ allowProperties: boolean;
604
+ }>,
605
+ ]
606
+ >;
607
608
/**
609
* Rule to require calls to `isNaN()` when checking for `NaN`.
0 commit comments