Skip to content

Commit

Permalink
Merge pull request #1 from Casm101/update/package-version-updates
Browse files Browse the repository at this point in the history
Update: upgrade all packages and remove unecesary packages.
  • Loading branch information
Casm101 authored Dec 26, 2024
2 parents 88e94be + 095927e commit df35739
Show file tree
Hide file tree
Showing 17 changed files with 1,766 additions and 1,440 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dist-ssr

# Editor directories and files
.vscode/*
.history/*
!.vscode/extensions.json
.idea
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
22.11
12 changes: 12 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"bracketSpacing": true,
"trailingComma": "none",
"singleQuote": true,
"semi": true,
"useTabs": false,
"tabWidth": 2,
"printWidth": 90,
"arrowParens": "avoid",
"quoteProps": "as-needed",
"jsxSingleQuote": false
}
Loading

0 comments on commit df35739

Please sign in to comment.