UNPKG

@o3r/stylelint-plugin

Version:

In-house stylelint plugin to use in your own eslint configuration

24 lines (23 loc) 555 B
{ "$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" }, "alias": "project" }, "exactO3rVersion": { "type": "boolean", "description": "Use a pinned version for otter packages" } }, "additionalProperties": true, "required": [ ] }