Skip to content

Commit 6a4dbef

Browse files
committed
Bump deps to latest versions, update linting & tsc comments
1 parent b9ccb80 commit 6a4dbef

13 files changed

Lines changed: 546 additions & 640 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ build/
77
meta/
88
web-ext-artifacts/
99

10+
.claude
11+
1012
# Created by https://www.toptal.com/developers/gitignore/api/node,visualstudiocode,react
1113
# Edit at https://www.toptal.com/developers/gitignore?templates=node,visualstudiocode,react
1214

biome.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.10/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",
66
"useIgnoreFile": false
77
},
88
"files": {
9-
"ignoreUnknown": false,
10-
"ignore": []
9+
"ignoreUnknown": false
1110
},
1211
"formatter": {
1312
"enabled": true,
1413
"indentStyle": "tab"
1514
},
16-
"organizeImports": {
17-
"enabled": true
15+
"assist": {
16+
"enabled": true,
17+
"actions": {
18+
"source": {
19+
"organizeImports": "on"
20+
}
21+
}
1822
},
1923
"linter": {
2024
"enabled": true,
2125
"rules": {
22-
"recommended": true
26+
"recommended": true,
27+
"correctness": {
28+
"noUnusedImports": "off",
29+
"useExhaustiveDependencies": "off"
30+
}
2331
}
2432
},
2533
"javascript": {

manifest.shared.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Custom Bang Search",
4-
"version": "0.11.3",
4+
"version": "0.12.0",
55
"description": "Use custom DuckDuckGo-style bangs directly from the address bar",
66
"icons": {
77
"96": "images/icons/icon_96.png",

0 commit comments

Comments
 (0)