@nstudio/ionic
Version:
Ionic Plugin for xplat
24 lines (23 loc) • 517 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "xplatIonic",
"title": "xplat ionic schema",
"type": "object",
"properties": {
"prefix": {
"type": "string",
"description": "The prefix to apply to generated selectors.",
"alias": "p"
},
"npmScope": {
"type": "string",
"description": "The npm scope to use.",
"alias": "wn"
},
"skipFormat": {
"description": "Skip formatting files",
"type": "boolean",
"default": false
}
}
}