Skip to content

Commit

Permalink
fix(schema): fix schama URL (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Apr 29, 2021
1 parent 72e5009 commit a6f8193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"$schema": "https://json.schemastore.org/prettierrc.json",
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
Expand Down

0 comments on commit a6f8193

Please sign in to comment.