Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to configuration files, the addition of new workflows, and updates to existing workflows. The most important changes are summarized below:
Configuration changes:
.editorconfig
,.eslintignore
,.eslintrc.json
,.husky/pre-commit
,.prettierignore
, and.prettierrc.json
files. [1] [2] [3] [4] [5] [6].gitattributes
to manage end-of-line settings and mark certain directories as generated..env.example
with new environment variables and guidelines for using@github/local-action
to run this action locally.GitHub Actions workflows:
dist/
directory for expected transpiled code.Other changes:
.github/dependabot.yml
to group dependency updates and change the update interval to weekly..markdown-lint.yml
to configure markdown linting rules..node-version
to specify the Node.js version used in the project..vscode/launch.json
to configure debugging settings for the project in Visual Studio Code.@vercel/ncc
torollup
for packaging