{
  "$schema": "https://json-schema.org/draft-07/schema",
  "$id": "NxStylelintInit",
  "title": "Add stylelint configuration and dependencies to the workspace.",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "scss": {
      "description": "Add SCSS Language support.",
      "type": "boolean",
      "default": false,
      "x-priority": "important"
    },
    "skipFormat": {
      "description": "Skip formatting files.",
      "type": "boolean",
      "default": false
    }
  },
  "required": []
}
