-
Notifications
You must be signed in to change notification settings - Fork 17
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 conventions document #1146
Labels
feedback: rfc 🙋
Request For Comment
Comments
2 tasks
@politics-rewired/spoke-rewired thoughts on what else to include in the first draft of this? |
|
2 tasks
How we handle GraphQL
|
2 tasks
➤ Benjamin Chrobot commented:
|
Just mentioning #1270 to link the discussions together |
|
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
It is difficult to work on a large codebase with missing or competing conventions.
We have prettier to enforce a single code format and eslint to enforce some style choices/conventions but they do not capture everything.
Describe the solution you'd like
Add a
conventions.md
document with codebase conventions and style guidelines to capture things that prettier and eslint do not.Describe alternatives you've considered
Custom eslint rules.
Additional context
Running list of things to include:
[ComponentName]Props
, not justProps
.The text was updated successfully, but these errors were encountered: