Skip to content

Commit 3fa91b2

Browse files
fix: tweak naming-convention
1 parent b540680 commit 3fa91b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/plugins/typescript.ts

+5
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ export const settings: Linter.Config = {
9191
trailingUnderscore: "forbid",
9292
modifiers: ["const"],
9393
},
94+
{
95+
selector: "variable",
96+
format: null,
97+
modifiers: ["destructured"],
98+
},
9499
{
95100
selector: "memberLike",
96101
format: ["camelCase", "PascalCase", "UPPER_CASE"],

0 commit comments

Comments
 (0)