-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Code Style and Pre-PR Formatting Checks #26
Labels
documentation
Improvements or additions to documentation
Comments
mblomdahl
added a commit
to mblomdahl/web-client
that referenced
this issue
Mar 6, 2024
1. ESLint added with the recommended settings, https://react.dev/learn/editor-setup#your-editor 2. Some basic VS Code settings, non-platform specific 3. Apply recommended changes from ESLint to `App.tsx`
mblomdahl
added a commit
to mblomdahl/web-client
that referenced
this issue
Mar 6, 2024
1. ESLint added with the recommended settings, https://react.dev/learn/editor-setup#your-editor 2. Some basic VS Code settings, non-platform specific 3. Apply recommended changes from ESLint to `App.tsx` FIXME(@mblomdahl): Prettier-formatteringen fungerar ej! Fixa innan PR!
mblomdahl
added a commit
to mblomdahl/web-client
that referenced
this issue
Mar 6, 2024
1. ESLint added with the recommended settings, https://react.dev/learn/editor-setup#your-editor 2. Some basic VS Code settings, non-platform specific 3. Apply recommended changes from ESLint to `App.tsx`
mblomdahl
added a commit
to mblomdahl/web-client
that referenced
this issue
Mar 6, 2024
1. ESLint added with the recommended settings, https://react.dev/learn/editor-setup#your-editor 2. Some basic VS Code settings, non-platform specific 3. Apply recommended changes from ESLint to `App.tsx` 4. README update on contributing code changes, PR checklist
mblomdahl
added a commit
to mblomdahl/web-client
that referenced
this issue
Mar 6, 2024
1. ESLint added with the recommended settings, https://react.dev/learn/editor-setup#your-editor 2. Some basic VS Code settings, non-platform specific 3. Apply recommended changes from ESLint to `App.tsx` 4. README update on contributing code changes, PR checklist
mblomdahl
added a commit
that referenced
this issue
Mar 17, 2024
1. ESLint added with the recommended settings, https://react.dev/learn/editor-setup#your-editor 2. Some basic VS Code settings, non-platform specific 3. Apply recommended changes from ESLint to `App.tsx` 4. README update on contributing code changes, PR checklist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From PR #19 review, we lack some basic editor setup hints. Review the React Editor Setup recommendations and implement so it is easy to use with GitHub Codespaces.
(Originally posted by @mblomdahl in #19 (comment))
The text was updated successfully, but these errors were encountered: