Skip to content

Commit

Permalink
feat: Enforce Prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed May 30, 2024
1 parent c4934ab commit 0d2544a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"repository": "[email protected]:linz/elevation.git",
"license": "MIT",
"scripts": {
"format": "prettier --check --write .",
"lint": "eslint --quiet --fix --ignore-path=.gitignore ."
"lint": "eslint --quiet --fix --ignore-path=.gitignore . && prettier --check --write ."
},
"devDependencies": {
"@linzjs/style": "^4.0.0"
Expand Down

0 comments on commit 0d2544a

Please sign in to comment.