Skip to content

Commit 976f77f

Browse files
authored
fix: add missing types for no-unused-expressions rule (#18933)
1 parent 26baf40 commit 976f77f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/types/rules/best-practices.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,11 @@ export interface BestPractices extends Linter.RulesRecord {
842842
* @default false
843843
*/
844844
allowTaggedTemplates: boolean;
845+
/**
846+
* @since 7.20.0
847+
* @default false
848+
*/
849+
enforceForJSX: boolean;
845850
}>,
846851
]
847852
>;

0 commit comments

Comments
 (0)