diff --git a/.prettierrc b/.prettierrc index 1bef305..0d813b6 100644 --- a/.prettierrc +++ b/.prettierrc @@ -4,13 +4,5 @@ "tabWidth": 2, "semi": true, "singleQuote": true, - "arrowParens": "avoid", - "overrides": [ - { - "files": "*.{json,yml}", - "options": { - "tabWidth": 2 - } - } - ] + "arrowParens": "avoid" } diff --git a/src/program.ts b/src/program.ts index ecdcb56..0077788 100644 --- a/src/program.ts +++ b/src/program.ts @@ -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) {