Skip to content

Commit

Permalink
chore: update lint staged conf
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Aug 1, 2024
1 parent 7e1c8c9 commit b7f37ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
],
"lint-staged": {
"*.{ts,tsx}": [
"eslint"
"eslint --fix",
"prettier --write"
]
}
}
2 changes: 1 addition & 1 deletion packages/file-storage/src/lib/file-storage-google.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface FileStorageGoogleFileExists extends FileStorageBaseArgs {

export interface FileStorageGoogleMoveFile extends FileStorageBaseArgs {
newFilePath: string;
options?: FileOptions & MoveOptions
options?: FileOptions & MoveOptions;
}

export interface FileStorageGoogleUploadFile extends FileStorageBaseArgs {
Expand Down

0 comments on commit b7f37ca

Please sign in to comment.