Skip to content

Commit

Permalink
Fix prettier linting misconfiguration
Browse files Browse the repository at this point in the history
Fixx
  • Loading branch information
monsieurswag committed Jul 12, 2024
1 parent c4d647d commit d793a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"test:ui": "vitest --ui",
"test:e2e": "ARGS=\"$npm_config_args\" docker compose -f ./tests/docker-compose.e2e-tests.yml up --force-recreate --build -V",
"coverage": "vitest run --coverage",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"postinstall": "paraglide-js compile --project ./project.inlang",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
Expand Down

0 comments on commit d793a0c

Please sign in to comment.