Skip to content

Commit

Permalink
chore: Update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed Feb 16, 2024
1 parent 74fd989 commit fc1ca9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,5 @@
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"arrowParens": "avoid",
"overrides": [
{
"files": "*.{json,yml}",
"options": {
"tabWidth": 2
}
}
]
"arrowParens": "avoid"
}
4 changes: 3 additions & 1 deletion src/program.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ import { resolve } from 'path';

/**
* RESOURCES:
* https://www.vechaiui.com/
* https://sira.riccox.com/docs/components/overview
* https://tailadmin.com/#components
* https://rewind-ui.dev/
* https://github.com/bayfrontmedia/skin
* https://horizon-ui.com/components
* https://statichunt.com/tailwind-templates
* https://taildashboards.com/
* https://layoutsfortailwind.lalokalabs.dev/
* https://dripui.vercel.app/
*/

if (require.main?.filename === __filename) {
Expand Down

0 comments on commit fc1ca9e

Please sign in to comment.