Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema definitions for nx.json and workspace.json #9475

Closed
1 task
julianess opened this issue Mar 23, 2022 · 2 comments
Closed
1 task

Schema definitions for nx.json and workspace.json #9475

julianess opened this issue Mar 23, 2022 · 2 comments

Comments

@julianess
Copy link

Description

Currently it is not possible for the user to discover the possibilities of settings in nx.json and workspace.json directly inside the own project file neither it is validated while coding.

Motivation

Today there is no real documentation on what to be set in workspace.json and nx.json and what is optionally possible to be set. A schema (like it is present for angular.json inside pure angular projects) would help the developers to easily figure out which options can be set and how they should look like.

Suggested Implementation

A file which defines the schema in the same way it is defined for other types of .json config files (like angular did for angular.json) and adding them to the respective file via the "$schema" property inside.

@AgentEnder
Copy link
Member

Hey @julianess, I'm going to close this issue out in favor of #2299 and #8574. Let me know if you feel there are any pieces which are not covered in those issues.

@github-actions
Copy link

This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants