Skip to content

Commit

Permalink
fix(naming-convention): Allow interface names to begin with I
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Feb 2, 2023
1 parent fb846d7 commit ffddbc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ts-for-js.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
"selector": "default",
"format": ["strictCamelCase"]
},
{
"selector": "interface",
"format": ["PascalCase"]
},
{
"selector": "variable",
"modifiers": ["global"],
Expand Down

0 comments on commit ffddbc5

Please sign in to comment.