@angular-eslint/schematics
Version:
Angular Schematics for angular-eslint
18 lines (17 loc) • 382 B
JSON
{
"$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": []
}