Skip to content

fix: lint and format ignore changeset#8

Merged
ian-pascoe merged 2 commits into
mainfrom
fix/lint-and-format-ignore
Apr 24, 2026
Merged

fix: lint and format ignore changeset#8
ian-pascoe merged 2 commits into
mainfrom
fix/lint-and-format-ignore

Conversation

@ian-pascoe
Copy link
Copy Markdown
Owner

This pull request updates the configuration for code formatting and linting tools to exclude the .changeset directory from both processes. This ensures that files in .changeset are not checked or modified by these tools.

Configuration updates:

  • .oxfmtrc.json: Added .changeset/** to the ignorePatterns list to prevent the formatter from processing changeset files.
  • .oxlintrc.json: Added .changeset/** to the ignorePatterns list to prevent the linter from processing changeset files.

@ian-pascoe ian-pascoe merged commit 11f33b7 into main Apr 24, 2026
2 checks passed
@ian-pascoe ian-pascoe deleted the fix/lint-and-format-ignore branch April 24, 2026 17:30
@github-actions github-actions Bot mentioned this pull request Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant