-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
WIP: Use create as underlying files engine #1670
base: main
Are you sure you want to change the base?
Conversation
.github/DEVELOPMENT.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: These changes are no longer necessary. Previously I'd built documentation
as an "indirect creation". Now it's managed as addons. I'll be able to revert them.
eslint.config.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: #1690
.vscode/settings.json
Outdated
@@ -14,6 +14,5 @@ | |||
"yaml" | |||
], | |||
"eslint.rules.customizations": [{ "rule": "*", "severity": "warn" }], | |||
"eslint.useFlatConfig": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: #1692
.prettierignore
Outdated
/.husky | ||
/coverage* | ||
/lib | ||
/pnpm-lock.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: #1693
PR Checklist
status: accepting prs
Overview