Skip to content

Commit

Permalink
Merge pull request #2673 from bgoonz/backup
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz committed Jun 24, 2022
2 parents 884a7de + 9f26bb1 commit 888b839
Show file tree
Hide file tree
Showing 17 changed files with 9,535 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"env": {
"node": true,
"es6": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"indent": ["error", 4],
"linebreak-style": ["error", "unix"],
"quotes": ["error", "single"],
"semi": ["error", "always"],
"no-unused-vars": 0
}
}
Loading

1 comment on commit 888b839

@vercel
Copy link

@vercel vercel bot commented on 888b839 Jun 24, 2022

Choose a reason for hiding this comment

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

Deployment failed with the following error:

Resource is limited - try again in 6 hours (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.