Skip to content

Commit

Permalink
refactor: Bump & run prettier (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow authored Dec 31, 2023
1 parent ab4d785 commit 05ff2c1
Show file tree
Hide file tree
Showing 23 changed files with 114 additions and 6,023 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
permissions:
contents: read
deployments: write
pull-requests: write
pull-requests: write
name: Deploy
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build
run: |
npm i
npm run build
npm i
npm run build
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
Expand Down
4 changes: 1 addition & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
"plugins": ["prettier-plugin-svelte"]
}
Loading

0 comments on commit 05ff2c1

Please sign in to comment.