Skip to content

Commit

Permalink
remove lockfile, add prettier config, remove bore tunnel page, update…
Browse files Browse the repository at this point in the history
… usage, update depends, format code
  • Loading branch information
Muska-Ami committed Jan 23, 2024
1 parent 4256f4e commit 1f2924d
Show file tree
Hide file tree
Showing 46 changed files with 13,786 additions and 19,952 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Package lockfile
package-lock.json
yarn.lock
pnpm-lock.yaml
bun.lockb

### VisualStudioCode template
.vscode/*
!.vscode/settings.json
Expand Down
8 changes: 8 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}
Loading

0 comments on commit 1f2924d

Please sign in to comment.