Skip to content

Commit

Permalink
Merge pull request #28 from CloudCannon/feat/separate-files
Browse files Browse the repository at this point in the history
Separated files, added validation site
  • Loading branch information
rphillips-cc authored Feb 5, 2025
2 parents 09ddee9 + 6f72804 commit 8e9cd33
Show file tree
Hide file tree
Showing 27 changed files with 6,576 additions and 3,500 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
dist/
site/*.schema.json
4 changes: 3 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
{
"files": "*",
"options": {
"jsdocCommentLineStrategy": "multiline"
"jsdocCommentLineStrategy": "multiline",
"jsdocPreferCodeFences": true,
"jsdocKeepUnParseAbleExampleIndent": true
}
}
]
Expand Down
Loading

0 comments on commit 8e9cd33

Please sign in to comment.