UNPKG

@angular-eslint/schematics

Version:
18 lines (17 loc) 382 B
{ "$schema": "http://json-schema.org/schema", "$id": "add-eslint-to-project", "title": "Add ESLint to an Angular CLI project", "type": "object", "properties": { "project": { "description": "The name of the project to add ESLint to.", "type": "string", "$default": { "$source": "argv", "index": 0 } } }, "required": [] }