Migrate to oxlint + oxfmt

This commit is contained in:
schroda
2026-03-10 22:28:19 +01:00
parent 98622ad6cd
commit 5dda4304d9
40 changed files with 1232 additions and 1315 deletions

View File

@@ -1,27 +1,27 @@
{
"name": "Suwayomi",
"short_name": "Suwayomi",
"start_url": ".",
"icons": [
{
"src": "./web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#3181C0",
"background_color": "#3181C0",
"display": "standalone"
}
"name": "Suwayomi",
"short_name": "Suwayomi",
"start_url": ".",
"icons": [
{
"src": "./web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#3181C0",
"background_color": "#3181C0",
"display": "standalone"
}