Skip to content

Commit

Permalink
Remove prettier until prettier-plugin-astro v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypa committed Aug 27, 2022
1 parent 2123312 commit 9f93db4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .prettierignore

This file was deleted.

11 changes: 0 additions & 11 deletions .prettierrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/extensions.json
@@ -1,4 +1,4 @@
{
"recommendations": ["astro-build.astro-vscode", "bradlc.vscode-tailwindcss", "esbenp.prettier-vscode"],
"recommendations": ["astro-build.astro-vscode", "bradlc.vscode-tailwindcss"],
"unwantedRecommendations": []
}
12 changes: 0 additions & 12 deletions .vscode/settings.json

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -7,8 +7,7 @@
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && subfont -ir --no-fallbacks --silent --root dist",
"preview": "astro preview",
"pretty": "prettier --write ."
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/image": "^0.3.3",
Expand All @@ -18,8 +17,6 @@
"@tailwindcss/typography": "^0.5.4",
"astro": "^1.0.0",
"astro-icon": "^0.7.3",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.5.0",
"reading-time": "^1.5.0",
"subfont": "^6.9.0"
}
Expand Down

0 comments on commit 9f93db4

Please sign in to comment.