Skip to content

Commit

Permalink
chore: remove prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Dec 9, 2024
1 parent f1d83b2 commit 176a9c4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 40 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/biome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [master]

jobs:
prettier:
biome:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -20,4 +20,4 @@ jobs:
run: yarn install

- name: Run Biome
run: yarn biome check .
run: yarn lint
3 changes: 0 additions & 3 deletions .prettierignore

This file was deleted.

5 changes: 0 additions & 5 deletions .prettierrc

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@
"next-circular-dependency": "^1.0.1",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"tailwindcss": "^3.4.10",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
Expand Down
28 changes: 0 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9217,32 +9217,6 @@ __metadata:
languageName: node
linkType: hard

"prettier-plugin-organize-imports@npm:^4.0.0":
version: 4.0.0
resolution: "prettier-plugin-organize-imports@npm:4.0.0"
peerDependencies:
"@vue/language-plugin-pug": ^2.0.24
prettier: ">=2.0"
typescript: ">=2.9"
vue-tsc: ^2.0.24
peerDependenciesMeta:
"@vue/language-plugin-pug":
optional: true
vue-tsc:
optional: true
checksum: 735e9ac0854e0ca48d55560d1603e3ae3086fa483328cd0f8f4df83f28a3e363dfd51bcaa6a10de6f118a847d295fdc47c4aeaed10190263886788d52262e42a
languageName: node
linkType: hard

"prettier@npm:^3.3.3":
version: 3.3.3
resolution: "prettier@npm:3.3.3"
bin:
prettier: bin/prettier.cjs
checksum: bc8604354805acfdde6106852d14b045bb20827ad76a5ffc2455b71a8257f94de93f17f14e463fe844808d2ccc87248364a5691488a3304f1031326e62d9276e
languageName: node
linkType: hard

"pretty-bytes@npm:^5.6.0":
version: 5.6.0
resolution: "pretty-bytes@npm:5.6.0"
Expand Down Expand Up @@ -9975,8 +9949,6 @@ __metadata:
nextjs-toploader: ^1.6.12
p-queue: ^8.0.1
postcss: ^8.4.41
prettier: ^3.3.3
prettier-plugin-organize-imports: ^4.0.0
rate-limiter-flexible: ^5.0.3
react: ^18.3.1
react-async-hook: ^4.0.0
Expand Down

0 comments on commit 176a9c4

Please sign in to comment.