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.
no-sequences
1 parent 976f77f commit b3cbe11Copy full SHA for b3cbe11
1 file changed
lib/types/rules/best-practices.d.ts
@@ -803,7 +803,17 @@ export interface BestPractices extends Linter.RulesRecord {
803
* @since 0.5.1
804
* @see https://eslint.org/docs/rules/no-sequences
805
*/
806
- "no-sequences": Linter.RuleEntry<[]>;
+ "no-sequences": Linter.RuleEntry<
807
+ [
808
+ Partial<{
809
+ /**
810
+ * @since 7.23.0
811
+ * @default true
812
+ */
813
+ allowInParentheses: boolean;
814
+ }>,
815
+ ]
816
+ >;
817
818
/**
819
* Rule to disallow throwing literals as exceptions.
0 commit comments