Currently any change is hard to make without reformatting each changed file. Each edited file gets autoformatted if using prettier etc.
A linter config or editorconfig file is needed to enforce the same formatting style across this codebase.
I see prettier is setup in the devcontainer so might be a good start to have formatting rules and/or workflows for this
Currently any change is hard to make without reformatting each changed file. Each edited file gets autoformatted if using prettier etc.
A linter config or editorconfig file is needed to enforce the same formatting style across this codebase.
I see prettier is setup in the devcontainer so might be a good start to have formatting rules and/or workflows for this