Skip to content

Commit

Permalink
fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Sep 17, 2024
1 parent 3b5d3d6 commit 9e6d1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
"typeOnlyImportsExportsSortOrder": {
"description": "The kind of sort ordering to use for typed imports and exports.",
"type": "string",
"default": "last",
"default": "none",
"oneOf": [{
"const": "first",
"description": "Puts type-only named imports and exports first."
Expand Down

0 comments on commit 9e6d1c3

Please sign in to comment.