We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a5b3a commit 6d3f3d3Copy full SHA for 6d3f3d3
src/plugins/typescript.ts
@@ -74,7 +74,7 @@ export const settings: Linter.Config = {
74
{
75
selector: "variableLike",
76
filter: {
77
- regex: "_",
+ regex: "_[^_]+",
78
match: true,
79
},
80
format: ["camelCase", "PascalCase"],
0 commit comments