Skip to content

Commit

Permalink
Change http to https for schemastore.org (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gérard Mathiuet authored Aug 23, 2022
1 parent 8eeb994 commit 0176ec0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-json-schema.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$schema": "https://json-schema.org/draft-07/schema",
"properties": {
"eslintConfig": {
"description": "ESLint configuration",
"$ref": "http://json.schemastore.org/eslintrc"
"$ref": "https://json.schemastore.org/eslintrc"
}
}
}
}

0 comments on commit 0176ec0

Please sign in to comment.