Skip to content

Commit

Permalink
refactor: remove rome for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Feb 3, 2024
1 parent a91e762 commit 4c24783
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
version: 8
- name: Run install
run: pnpm ci
run: pnpm i
- name: Run build
run: pnpm run build
- name: Run publish
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
version: 8
- name: Run install
run: pnpm i
- name: Run lint
run: pnpm run lint
- name: Run unit tests
run: pnpm test
- name: Run build
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "vitest",
"coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit",
"lint": "rome ci src tests"
"format": "prettier --write ."
},
"repository": {
"type": "git",
Expand All @@ -30,15 +30,14 @@
},
"homepage": "https://github.com/benjamincharity/rehype-scroll-to-top#readme",
"devDependencies": {
"@types/hast": "3.0.4",
"@types/hast": "^3.0.4",
"@types/node": "^20.11.16",
"@vitest/coverage-v8": "1.2.2",
"hast-util-to-html": "9.0.0",
"@vitest/coverage-v8": "^1.2.2",
"hast-util-to-html": "^9.0.0",
"hastscript": "^9.0.0",
"prettier": "3.2.4",
"rehype-minify-whitespace": "6.0.0",
"prettier": "^3.2.4",
"rehype-minify-whitespace": "^6.0.0",
"rimraf": "^5.0.5",
"rome": "^12.1.3",
"to-vfile": "^8.0.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
Expand Down
75 changes: 5 additions & 70 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions rome.json

This file was deleted.

0 comments on commit 4c24783

Please sign in to comment.