Skip to content

Commit

Permalink
Update schema and dependencies to Biome 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster committed Oct 25, 2024
1 parent 7b0a75f commit cfaabcc
Show file tree
Hide file tree
Showing 4 changed files with 7,798 additions and 6,627 deletions.
9 changes: 6 additions & 3 deletions rome.json → biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"$schema": "./node_modules/rome/configuration_schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"organizeImports": {
"enabled": false
},
Expand All @@ -10,7 +15,6 @@
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentSize": 2,
"lineWidth": 80
},
"linter": {
Expand All @@ -36,7 +40,6 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "all",
"semicolons": "asNeeded"
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.26.1",
"@crxjs/vite-plugin": "^2.0.0-beta.15",
"@types/chrome": "^0.0.213",
Expand All @@ -66,7 +67,6 @@
"dotenv-cli": "^7.3.0",
"postcss": "^8.4.21",
"publish-browser-extension": "^1.4.1",
"rome": "12.0.0",
"tailwindcss": "^3.3.5",
"typescript": "^4.9.5",
"vite": "^4.1.1",
Expand Down
Loading

0 comments on commit cfaabcc

Please sign in to comment.