UNPKG

@nx/js

Version:

The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.

23 lines (22 loc) 561 B
{ "$schema": "https://json-schema.org/schema", "$id": "NxJsSetupPrettier", "title": "Setup Prettier", "description": "Setup Prettier as the formatting tool.", "type": "object", "properties": { "skipFormat": { "description": "Skip formatting files.", "type": "boolean", "default": false, "x-priority": "internal" }, "skipPackageJson": { "description": "Do not add dependencies to `package.json`.", "type": "boolean", "default": false, "x-priority": "internal" } }, "required": [] }