Skip to content

Commit

Permalink
feat(): synchronize files with cloud storage via pull-to-refresh gest…
Browse files Browse the repository at this point in the history
…ure (#785)
  • Loading branch information
sodenn committed Apr 20, 2023
1 parent ed054fe commit 9c34abe
Show file tree
Hide file tree
Showing 45 changed files with 1,342 additions and 248 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ module.exports = {
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [
"warn",
{ ignoreRestSiblings: true, argsIgnorePattern: "^_" },
],
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/await-thenable": "warn",
},
Expand Down
Loading

1 comment on commit 9c34abe

@vercel
Copy link

@vercel vercel bot commented on 9c34abe Apr 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

2do-txt – ./

2do-txt-sodenn.vercel.app
2do-txt-git-main-sodenn.vercel.app
2do-txt.vercel.app

Please sign in to comment.