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.
1 parent bac82a2 commit 75b74d8Copy full SHA for 75b74d8
lib/types/rules.d.ts
@@ -1022,6 +1022,7 @@ export interface ESLintRules extends Linter.RulesRecord {
1022
*/
1023
properties: "always" | "never";
1024
exceptions: string[];
1025
+ exceptionPatterns: string[];
1026
}>,
1027
]
1028
>;
@@ -1040,6 +1041,10 @@ export interface ESLintRules extends Linter.RulesRecord {
1040
1041
* @default false
1042
1043
properties: boolean;
1044
+ /**
1045
+ * @default false
1046
+ */
1047
+ classFields: boolean;
1048
/**
1049
1050
0 commit comments