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

JSON Schema for Tact configuration #194

Merged
merged 22 commits into from
Mar 27, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: update schema descriptions
Co-authored-by: Novus Nota <68142933+novusnota@users.noreply.github.com>
VanishMax and novusnota authored Mar 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 70ba3d8acbfda4fd319be77724039860d203ab43
2 changes: 1 addition & 1 deletion grammar/configSchema.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"properties": {
"name": {
"type": "string",
"description": "The name of a project. All generated files are prefixed with this name"
"description": "Name of the project. All generated files are prefixed with it."
},
"path": {
"type": "string",