Skip to content

Run Prettier linter #2

@HonkingGoose

Description

@HonkingGoose

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 script entries in the package.json file:
    • prettier that runs Prettier with the --cache option
    • prettier-fix that runs prettier with the --cache option and fixes the files
  • Create basic GitHub Action run to check if the prettier command run passes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions