Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Last active July 30, 2016 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottaddie/a7cbd3a622061d22c3fac66ae4600f53 to your computer and use it in GitHub Desktop.
Save scottaddie/a7cbd3a622061d22c3fac66ae4600f53 to your computer and use it in GitHub Desktop.
.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