Skip to content

chore(config): Configure the oxformat code formatting tool and update…#81

Open
ZJ147911 wants to merge 1 commit intohansu:masterfrom
ZJ147911:master
Open

chore(config): Configure the oxformat code formatting tool and update…#81
ZJ147911 wants to merge 1 commit intohansu:masterfrom
ZJ147911:master

Conversation

@ZJ147911
Copy link
Copy Markdown

@ZJ147911 ZJ147911 commented Apr 4, 2026

chore(config): Configure the oxformat code formatting tool and update ESLint rules

Add a .husky/pre-commit hook configuration to ensure proper loading of environment variables and execution of lint-staged prior to committing
Introduce a new .oxfmtrc.json configuration file to define code formatting rules (utilizing tabs, single quotes, LF line endings, etc.)
Revise eslint.config.mjs to deactivate all style-related ESLint rules, delegating uniform handling to oxformat
Eliminate redundant formatting rules such as arrow-spacing, brace-style, comma-dangle, etc.
Update the PATH environment variable to facilitate the execution of the locally installed oxfmt tool

… ESLint rules

Add a .husky/pre-commit hook configuration to ensure proper loading of environment variables and execution of lint-staged prior to committing
Introduce a new .oxfmtrc.json configuration file to define code formatting rules (utilizing tabs, single quotes, LF line endings, etc.)
Revise eslint.config.mjs to deactivate all style-related ESLint rules, delegating uniform handling to oxformat
Eliminate redundant formatting rules such as arrow-spacing, brace-style, comma-dangle, etc.
Update the PATH environment variable to facilitate the execution of the locally installed oxfmt tool
@ZJ147911 ZJ147911 requested a review from hansu as a code owner April 4, 2026 10:32
@hansu
Copy link
Copy Markdown
Owner

hansu commented Apr 16, 2026

So this only changes the formatting/code style, right?

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.

2 participants