-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Some suggestions to consider to make onboarding easier:
- Add
.prettierrcandeslint.config.jsfiles for project-level configuration- needed because we want to have everyone on the same page regardless of their global customizations of Prettier and ESLint
- needs to be done by a ShiftKey member
- Add example pre-commit hooks to format and lint code, and prevent commits that don't follow style guidelines
- the user will get a log of what happened and resolve it locally before attempting to commit again
- needs both
yarnandnpmscripts - potential good first issue for contributors
- Explain how to use the aforementioned scripts and configs in
CONTRIBUTING.md
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels