Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Jan 2, 2025
1 parent a49ba1e commit 59240e0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
"package:checksums": "bash scripts/checksum.sh",
"clippy": "cargo clippy --manifest-path src-tauri/Cargo.toml"
},
"browserslist": [
"defaults"
],
"browserslist": ["defaults"],
"dependencies": {
"@radix-ui/react-aspect-ratio": "^1.1.1",
"@radix-ui/react-popover": "^1.1.3",
Expand Down Expand Up @@ -79,8 +77,5 @@
"vite": "^6.0.3",
"vite-plugin-svgr": "^4.3.0"
},
"trustedDependencies": [
"@biomejs/biome",
"@parcel/watcher"
]
"trustedDependencies": ["@biomejs/biome", "@parcel/watcher"]
}

0 comments on commit 59240e0

Please sign in to comment.