Skip to content

Commit 39f4456

Browse files
fix: tweak naming-convention"
1 parent 39d3b07 commit 39f4456

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
@@ -118,7 +118,7 @@ export const settings: Linter.Config = {
118118
},
119119
{
120120
selector: "enumMember",
121-
format: ["UPPER_CASE"],
121+
format: ["PascalCase", "UPPER_CASE"],
122122
leadingUnderscore: "allow",
123123
trailingUnderscore: "forbid",
124124
},

0 commit comments

Comments
 (0)