Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
refactor: restructure logic and components [NOTICKET]
Browse files Browse the repository at this point in the history
  • Loading branch information
boostvolt committed Dec 26, 2023
1 parent 0a0ca5a commit c1cc7b1
Show file tree
Hide file tree
Showing 19 changed files with 1,723 additions and 1,814 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2

updates:
# NPM
- package-ecosystem: "npm"
target-branch: main
directory: "/"
schedule:
interval: "weekly"
groups:
npm-packages:
patterns:
- "*"
commit-message:
prefix: "fix: "
labels:
- "fix"
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"plugins": ["prettier-plugin-tailwindcss"],
"trailingComma": "es5",
"tabWidth": 2,
"printWidth": 120,
"semi": false
}
7 changes: 0 additions & 7 deletions .prettierrc.js

This file was deleted.

Loading

0 comments on commit c1cc7b1

Please sign in to comment.