Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Jun 10, 2021
1 parent d275e04 commit 22fd6b7
Show file tree
Hide file tree
Showing 4 changed files with 879 additions and 866 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
@@ -0,0 +1,3 @@
{
"extends": "aqua/prettier/node"
}
8 changes: 8 additions & 0 deletions .prettierrc.json
@@ -0,0 +1,8 @@
{
"printWidth": 120,
"useTabs": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"endOfLine": "lf"
}

0 comments on commit 22fd6b7

Please sign in to comment.