UNPKG

@nx/eslint

Version:

The ESLint plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.

24 lines (23 loc) 586 B
{ "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceRulesProject", "cli": "nx", "title": "Create the Workspace Lint Rules Project", "description": "Create the Workspace Lint Rules Project.", "type": "object", "examples": [ { "command": "nx g @nx/eslint:workspace-rules-project", "description": "Create the Workspace Lint Rules Project" } ], "properties": { "skipFormat": { "description": "Skip formatting files.", "type": "boolean", "default": false, "x-priority": "internal" } }, "required": [] }