Skip to content

Commit

Permalink
fix: naming conventions (#26)
Browse files Browse the repository at this point in the history
Fixes default import naming convention `modifiers` property
  • Loading branch information
Tbhesswebber authored Dec 20, 2023
1 parent c68ade2 commit 8356354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ const config = {
},
{
selector: "import",
modifiers: "default",
modifiers: ["default"],
format: ["StrictPascalCase", "strictCamelCase", "UPPER_CASE"],
},
],
Expand Down

0 comments on commit 8356354

Please sign in to comment.