chore: move to biome

This commit is contained in:
2026-01-09 16:42:55 -08:00
parent 2544a7d606
commit 4c7cfe4136
25 changed files with 2146 additions and 11818 deletions

View File

@@ -1,9 +1,9 @@
import type { CapacitorConfig } from '@capacitor/cli';
import type { CapacitorConfig } from "@capacitor/cli";
const config: CapacitorConfig = {
appId: 'io.ionic.starter',
appName: 'mobile',
webDir: 'dist'
appId: "io.ionic.starter",
appName: "mobile",
webDir: "dist",
};
export default config;