@o3r/stylelint-plugin
Version:
In-house stylelint plugin to use in your own eslint configuration
23 lines (22 loc) • 529 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "ngAddSchematicsSchema",
"title": "Add Otter stylelint-plugin ",
"description": "ngAdd Otter stylelint-plugin ",
"properties": {
"projectName": {
"type": "string",
"description": "Project name",
"$default": {
"$source": "projectName"
}
},
"exactO3rVersion": {
"type": "boolean",
"description": "Use a pinned version for otter packages"
}
},
"additionalProperties": true,
"required": [
]
}