.bootstraprc JSON schema entry in the catalog.json file
{ | |
"$schema": "http://json.schemastore.org/schema-catalog", | |
"version": 1.0, | |
"schemas": [ | |
{ | |
"name": "babelrc.json", | |
"description": "Babel configuration file", | |
"fileMatch": [ ".babelrc" ], | |
"url": "http://json.schemastore.org/babelrc" | |
}, | |
{ | |
"name": ".bootstraprc", | |
"description": "Webpack bootstrap-loader configuration file", | |
"fileMatch": [ ".bootstraprc" ], | |
"url": "http://json.schemastore.org/bootstraprc" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment