Skip to content

Commit 69bdfaa

Browse files
committed
Disable useSortedKeys.
1 parent f86f006 commit 69bdfaa

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

biome.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/2.2.3/schema.json",
3-
"assist": {
4-
"actions": {
5-
"source": {
6-
"useSortedKeys": "on"
7-
}
8-
},
9-
"enabled": true
10-
},
113
"files": {
124
"ignoreUnknown": false,
135
"includes": [".*", "*.config.ts", "src/**", "tests/**", "!src/overtype"]

wxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ export default defineConfig({
88
description:
99
"Syntax highlighting and autosave for comments on GitHub (and other markdown-friendly websites).",
1010
host_permissions: ["https://github.com/*"],
11+
optional_host_permissions: ["https://*/*", "http://*/*"],
1112
icons: {
1213
16: "/icons/icon-16.png",
1314
48: "/icons/icon-48.png",
1415
128: "/icons/icon-128.png",
1516
},
1617
name: "Gitcasso",
17-
optional_host_permissions: ["https://*/*", "http://*/*"],
1818
permissions: ["activeTab", "tabs"],
1919
version: "0.1.0",
2020
},

0 commit comments

Comments
 (0)