@nx/js
Version:
23 lines (22 loc) • 561 B
JSON
{
"$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": []
}