File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export default async (): Promise<UserConfig<DefaultTheme.Config>> => {
3333
3434 // Generate a schema store cache and include it in the bundle.
3535 schema . loadJson (
36- "https://www .schemastore.org/api/json/catalog.json" ,
36+ "https://json .schemastore.org/api/json/catalog.json" ,
3737 // eslint-disable-next-line @typescript-eslint/no-explicit-any --- ignore
3838 { } as any ,
3939 ) ;
Original file line number Diff line number Diff line change 55 "repository" : " git+https://github.com/ota-meshi/eslint-plugin-json-schema-validator.git" ,
66 "homepage" : " https://ota-meshi.github.io/eslint-plugin-json-schema-validator/" ,
77 "author" : " Yosuke Ota" ,
8+ "maintainers" : [
9+ " JounQin <admin@1stg.me> (https://www.1stG.me)"
10+ ],
811 "funding" : " https://github.com/sponsors/ota-meshi" ,
912 "license" : " MIT" ,
1013 "packageManager" : " yarn@1.22.22" ,
You can’t perform that action at this time.
0 commit comments