Skip to content

Migrate JS lint and format tooling to Oxlint and Oxfmt#66

Merged
lorisleiva merged 3 commits into
mainfrom
loris/oxc
May 18, 2026
Merged

Migrate JS lint and format tooling to Oxlint and Oxfmt#66
lorisleiva merged 3 commits into
mainfrom
loris/oxc

Conversation

@lorisleiva
Copy link
Copy Markdown
Member

This PR swaps ESLint and Prettier for Oxlint and Oxfmt in clients/js, extending the shared @solana-config/oxc package via TS configs.

This PR swaps ESLint and Prettier for Oxlint and Oxfmt in `clients/js`, extending the shared `@solana-config/oxc` package via TS configs.
Comment thread codama.mjs
Comment on lines +14 to +19
prettierOptions: {
arrowParens: 'avoid',
printWidth: 120,
singleQuote: true,
tabWidth: 4,
},
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added to minimise code change on generated code since the previous Prettier options were auto-recognised by the renderer.

@lorisleiva lorisleiva merged commit 5819c97 into main May 18, 2026
9 checks passed
@lorisleiva lorisleiva deleted the loris/oxc branch May 18, 2026 22:22
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