Skip to content

Commit

Permalink
fix: Standardize quotes and formatting in various files
Browse files Browse the repository at this point in the history
- Updated JSON files to use single quotes for consistency.
- Modified MDX files to use single quotes and improved formatting for better readability.
- Refactored TypeScript components to use single quotes and enhanced code clarity.
- Adjusted the dependabot configuration for consistent quote usage.
- Ensured all changes maintain existing functionality while improving code style.
  • Loading branch information
kWAYTV committed Dec 4, 2024
1 parent aecbe5e commit 10707ae
Show file tree
Hide file tree
Showing 8 changed files with 2,764 additions and 965 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: "weekly"
interval: 'weekly'
2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
}
Loading

0 comments on commit 10707ae

Please sign in to comment.