UNPKG

@angular-eslint/schematics

Version:
16 lines (15 loc) 381 B
{ "$schema": "http://json-schema.org/schema", "$id": "add-angular-eslint", "title": "Add angular-eslint to an existing workspace", "type": "object", "properties": { "skipInstall": { "type": "boolean", "description": "Skip package installation after adding dependencies", "default": false, "alias": "skip-install" } }, "required": [] }