fix: Removed unrequired component and added prettier config
Some checks failed
Publish Svelte Tailwind Library / build-and-publish (push) Failing after 22s

This commit is contained in:
2025-09-16 11:34:56 +01:00
parent fe762897e2
commit 04ed1b0def
3 changed files with 23 additions and 1 deletions

13
.prettierignore Normal file
View File

@@ -0,0 +1,13 @@
.DS_Store
node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock