Skip to content

Commit 5ca408a

Browse files
committed
fix: lint fixes
1 parent 547eb29 commit 5ca408a

File tree

2 files changed

+8
-28
lines changed

2 files changed

+8
-28
lines changed

src-tauri/tauri.conf.json

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
"digestAlgorithm": "sha256",
88
"timestampUrl": ""
99
},
10-
"icon": [
11-
"icons/icon.png",
12-
"icons/icon.icns"
13-
],
10+
"icon": ["icons/icon.png", "icons/icon.icns"],
1411
"resources": [],
1512
"externalBin": [],
1613
"copyright": "",
@@ -46,23 +43,17 @@
4643
"plugins": {
4744
"updater": {
4845
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEE1RDRCNkNFQTVBRERBMTQKUldRVTJxMmx6cmJVcFR3UWtxdnZWdVlCL3RRVUFwOE9ReDB3cDc3VGd4NjVJOGtzQnJZZDlUU24K",
49-
"endpoints": [
50-
"https://github.com/smithg09/devbox/releases/latest/download/latest.json"
51-
]
46+
"endpoints": ["https://github.com/smithg09/devbox/releases/latest/download/latest.json"]
5247
}
5348
},
5449
"app": {
5550
"macOSPrivateApi": true,
5651
"security": {
5752
"assetProtocol": {
5853
"enable": true,
59-
"scope": [
60-
"http://asset.localhost"
61-
]
54+
"scope": ["http://asset.localhost"]
6255
},
63-
"dangerousDisableAssetCspModification": [
64-
"style-src"
65-
],
56+
"dangerousDisableAssetCspModification": ["style-src"],
6657
"csp": {
6758
"connect-src": [
6859
"ipc:",
@@ -87,21 +78,11 @@
8778
"tauri:",
8879
"asset:"
8980
],
90-
"worker-src": [
91-
"'self'",
92-
"blob:",
93-
"https://unpkg.com"
94-
],
95-
"script-src": [
96-
"'self'",
97-
"'unsafe-inline'"
98-
],
99-
"style-src": [
100-
"'self'",
101-
"'unsafe-inline'"
102-
]
81+
"worker-src": ["'self'", "blob:", "https://unpkg.com"],
82+
"script-src": ["'self'", "'unsafe-inline'"],
83+
"style-src": ["'self'", "'unsafe-inline'"]
10384
}
10485
},
10586
"windows": []
10687
}
107-
}
88+
}

src/Features/json/components/styles.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,3 @@
7373
padding-top: 0;
7474
background-color: #191919;
7575
}
76-

0 commit comments

Comments
 (0)