8000 fix: add missing rule option types (#20127) · eslint/eslint@75b74d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75b74d8

Browse files
authored
fix: add missing rule option types (#20127)
1 parent bac82a2 commit 75b74d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/types/rules.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,7 @@ export interface ESLintRules extends Linter.RulesRecord {
10221022
*/
10231023
properties: "always" | "never";
10241024
exceptions: string[];
1025+
exceptionPatterns: string[];
10251026
}>,
10261027
]
10271028
>;
@@ -1040,6 +1041,10 @@ export interface ESLintRules extends Linter.RulesRecord {
10401041
* @default false
10411042
*/
10421043
properties: boolean;
1044+
/**
1045+
* @default false
1046+
*/
1047+
classFields: boolean;
10431048
/**
10441049
* @default false
10451050
*/

0 commit comments

Comments
 (0)
0