Skip to content

Commit fd9caeb

Browse files
committed
chore: nix fmt
Signed-off-by: Eric Hegnes <[email protected]>
1 parent b824a63 commit fd9caeb

File tree

608 files changed

+12410
-10340
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

608 files changed

+12410
-10340
lines changed

app2/eslint.config.js

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import js from "@eslint/js"
21
import { includeIgnoreFile } from "@eslint/compat"
2+
import js from "@eslint/js"
33
import svelte from "eslint-plugin-svelte"
44
import globals from "globals"
55
import { fileURLToPath } from "node:url"
@@ -16,22 +16,22 @@ export default ts.config(
1616
languageOptions: {
1717
globals: {
1818
...globals.browser,
19-
...globals.node
20-
}
21-
}
19+
...globals.node,
20+
},
21+
},
2222
},
2323
{
2424
files: ["**/*.svelte"],
2525

2626
languageOptions: {
2727
parserOptions: {
28-
parser: ts.parser
29-
}
30-
}
28+
parser: ts.parser,
29+
},
30+
},
3131
},
3232
{
3333
rules: {
34-
"@typescript-eslint/no-empty-object-type": "off"
35-
}
36-
}
34+
"@typescript-eslint/no-empty-object-type": "off",
35+
},
36+
},
3737
)

app2/src/app.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import type { Window as KeplrWindow } from "@keplr-wallet/types"
12
import type { LeapWindow } from "@leapwallet/types"
23
import type { AptosBrowserWallet } from "@unionlabs/client"
3-
import type { Window as KeplrWindow } from "@keplr-wallet/types"
44

55
type FeaturesQuery = ReturnType<typeof enabledFeatures>
66
type Features = NonNullable<FeaturesQuery["data"]>["v1_ibc_union_chains"]

0 commit comments

Comments
 (0)