Skip to content

Commit ab792d2

Browse files
fix: tweak naming-convention"
1 parent 38280ad commit ab792d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/typescript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const settings: Linter.Config = {
9999
modifiers: ["readonly"],
100100
},
101101
{
102-
selector: ["classMethod", "typeMethod"],
102+
selector: ["classMethod", "typeMethod", "typeProperty"],
103103
format: ["camelCase", "PascalCase", "UPPER_CASE"],
104104
},
105105
{

0 commit comments

Comments
 (0)