Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Dec 18, 2024
1 parent 9ea0f7e commit bdd69a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/capabilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"scripts": {
"attw": "attw --pack .",
"lint": "tsc && eslint '**/*.{js,ts}' && prettier --check '**/*.{js,ts,yml,json}' --ignore-path ../../.gitignore",
"lint:fix": "tsc && eslint '**/*.{js,ts}' --fix && prettier --write '**/*.{js,ts,yml,json}' --ignore-path ../../.gitignore",
"build": "tsc --build",
"dev": "tsc --build --watch",
"check": "tsc --build",
Expand Down
4 changes: 1 addition & 3 deletions packages/capabilities/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -808,9 +808,7 @@ export interface AdminStoreInspectSuccess {
}
export type AdminStoreInspectFailure = Ucanto.Failure
// Filecoin
export type Filecoin = InferInvokedCapability<
typeof StorefrontCaps.filecoin
>
export type Filecoin = InferInvokedCapability<typeof StorefrontCaps.filecoin>
export type FilecoinOffer = InferInvokedCapability<
typeof StorefrontCaps.filecoinOffer
>
Expand Down

0 comments on commit bdd69a9

Please sign in to comment.