Skip to content

Commit 3be7d4a

Browse files
committed
remove dprint
1 parent 432401a commit 3be7d4a

4 files changed

Lines changed: 3 additions & 40 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,10 @@ jobs:
8383
with:
8484
save-cache: ${{ github.ref_name == 'main' }}
8585
cache-key: lint
86-
tools: dprint,cargo-shear
86+
tools: cargo-shear
8787
components: clippy rust-docs rustfmt
8888

8989
- run: |
90-
dprint check
9190
cargo shear
9291
cargo fmt --check
9392
# cargo clippy --all-targets --all-features -- -D warnings

dprint.json

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

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ watch *args='':
3636
fmt:
3737
cargo shear --fix
3838
cargo fmt --all
39-
dprint fmt
39+
pnpm fmt
4040

4141
check:
4242
cargo check --workspace --all-features --all-targets --locked

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@
3333
"vitest": "catalog:"
3434
},
3535
"lint-staged": {
36-
"*.@(yml|yaml|md|json|html|toml)": [
37-
"dprint fmt --staged"
38-
],
3936
"*.@(js|ts|tsx)": [
40-
"oxlint -- --fix",
41-
"vite fmt"
37+
"oxlint -- --fix"
4238
],
4339
"*.rs": [
4440
"cargo fmt --"

0 commit comments

Comments
 (0)