Skip to content

Commit

Permalink
Replace Prettier with Biome
Browse files Browse the repository at this point in the history
  • Loading branch information
GODrums committed Sep 6, 2024
1 parent f1fc424 commit 20f75ad
Show file tree
Hide file tree
Showing 4 changed files with 734 additions and 668 deletions.
8 changes: 0 additions & 8 deletions .prettierrc

This file was deleted.

25 changes: 25 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 4,
"lineEnding": "lf",
"lineWidth": 200,
"attributePosition": "auto"
},
"linter": { "enabled": true, "rules": { "recommended": true } },
"javascript": {
"formatter": {
"jsxQuoteStyle": "double",
"quoteProperties": "asNeeded",
"trailingCommas": "es5",
"semicolons": "always",
"arrowParentheses": "always",
"bracketSpacing": true,
"bracketSameLine": false,
"quoteStyle": "single",
"attributePosition": "auto"
}
}
}
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,30 @@
"submit:dry": "wxt submit --dry-run"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/typography": "^0.5.13",
"@biomejs/biome": "1.8.3",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/typography": "^0.5.15",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"postcss": "^8.4.40",
"publish-browser-extension": "^2.1.3",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"tailwindcss": "^3.4.7",
"tslib": "^2.6.3",
"postcss": "^8.4.45",
"publish-browser-extension": "^2.2.1",
"svelte": "^4.2.19",
"svelte-check": "^4.0.1",
"tailwindcss": "^3.4.10",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"wxt": "^0.19.1"
"vite": "^5.4.3",
"wxt": "^0.19.9"
},
"dependencies": {
"@types/chrome": "^0.0.269",
"bits-ui": "^0.21.12",
"@types/chrome": "^0.0.270",
"bits-ui": "^0.21.13",
"clsx": "^2.1.1",
"decimal": "^0.0.2",
"decimal.js": "^10.4.3",
"svelte-radix": "^1.1.0",
"tailwind-merge": "^2.4.0",
"svelte-radix": "^1.1.1",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1"
}
}
Loading

0 comments on commit 20f75ad

Please sign in to comment.