-
Notifications
You must be signed in to change notification settings - Fork 675
Open
Description
Goal:
Speed up reviewing PRs by enforcing one code style for the project.
Todo:
- Install Prettier linter as development dependency
- Create basic Prettier config
- Create two
scriptentries in thepackage.jsonfile:-
prettierthat runs Prettier with the--cacheoption -
prettier-fixthat runs prettier with the--cacheoption and fixes the files
-
- Create basic GitHub Action run to check if the
prettiercommand run passes
Metadata
Metadata
Assignees
Labels
No labels