{ "name": "init", "factory": "./src/generators/init/init#initEsLint", "schema": { "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxESLintInit", "title": "Initialize ESLint Plugin", "description": "Set up the ESLint plugin.", "type": "object", "properties": { "skipPackageJson": { "description": "Do not add dependencies to `package.json`.", "type": "boolean", "default": false }, "keepExistingVersions": { "type": "boolean", "x-priority": "internal", "description": "Keep existing dependencies versions", "default": false }, "updatePackageScripts": { "type": "boolean", "x-priority": "internal", "description": "Update `package.json` scripts with inferred targets", "default": false } }, "required": [], "presets": [] }, "description": "Set up the ESLint plugin.", "hidden": true, "implementation": "/packages/eslint/src/generators/init/init#initEsLint.ts", "aliases": [], "path": "/packages/eslint/src/generators/init/schema.json", "type": "generator" }