Skip to content

Commit cc851d0

Browse files
committed
Remove Prettier
1 parent 4b42ceb commit cc851d0

5 files changed

Lines changed: 5 additions & 49 deletions

File tree

.github/workflows/check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@ jobs:
2525
- name: Check Astro
2626
run: npm run astro check --minimumFailingSeverity warning
2727

28-
- name: Check Prettier
29-
run: npm run prettier-check
30-
3128
- name: Build Astro
3229
run: npm run build

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- name: Check Astro
2525
run: npm run astro check --minimumFailingSeverity warning
2626

27-
- name: Check Prettier
28-
run: npm run prettier-check
29-
3027
- name: Build Astro
3128
run: npm run build
3229

.prettierrc.mjs

Lines changed: 0 additions & 15 deletions
This file was deleted.

package-lock.json

Lines changed: 4 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"start": "astro dev",
88
"build": "astro check && astro build",
99
"preview": "astro preview",
10-
"astro": "astro",
11-
"prettier": "prettier --write public src",
12-
"prettier-check": "prettier --check public src"
10+
"astro": "astro"
1311
},
1412
"dependencies": {
1513
"@astrojs/check": "^0.9.8",
@@ -35,8 +33,6 @@
3533
"@tailwindcss/typography": "^0.5.19",
3634
"@types/markdown-it": "^14.1.2",
3735
"@types/sanitize-html": "^2.16.1",
38-
"prettier": "^3.8.1",
39-
"prettier-plugin-astro": "^0.14.1",
4036
"unified": "^11.0.5",
4137
"vfile": "^6.0.3"
4238
},

0 commit comments

Comments
 (0)