Skip to content

Conversation

@lpatiny
Copy link

@lpatiny lpatiny commented Nov 17, 2025

@liamcottle thanks for this great project ! I would like to contribute from time to time and wonder if you would agree to add some prettier configuration in your project to avoid any code reformatting by the IDE.

In order to avoid reformatting of the code this PR add a prettier configuration as well as scripts to automatically format apply the rules

In order to avoid reformatting of the code this PR add a prettier configuration as well as scripts to automatically format apply the rules
"arrowParens": "always",
"semi": true,
"singleQuote": true,
"tabWidth": 2,

Choose a reason for hiding this comment

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

The codebase is already formatted with tab width 4. Keeping that will significantly reduce the number of changes you're trying to make all at once.

Suggested change
"tabWidth": 2,
"tabWidth": 4,

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