Skip to content

Commit

Permalink
cleanup?
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Dec 13, 2024
1 parent 4bb5f0b commit 1c42089
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ package.json
CHANGELOG.md

vite.config.js.timestamp-*
vite.config.ts.timestamp-*
vite.config.ts.timestamp-*

docs/.velite/**/*
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@svecodocs/kit": "^0.1.4",
"@sveltejs/adapter-cloudflare": "^4.8.0",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"@tailwindcss/vite": "4.0.0-beta.6",
"bits-ui": "1.0.0-next.71",
Expand Down
2 changes: 1 addition & 1 deletion docs/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { resolve } from "node:path";
const __dirname = new URL(".", import.meta.url).pathname;

export default defineConfig({
// @ts-expect-error - shh
// @ts-expect-error - idc
plugins: [sveltekit(), tailwindcss()],
optimizeDeps: {
exclude: ["formsnap"],
Expand Down
6 changes: 3 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ export default tseslint.config(
".svelte-kit/",
"dist/",
".svelte-kit/**/*",
"sites/docs/.svelte-kit/**/*",
"docs/.svelte-kit/**/*",
".svelte-kit",
"packages/runed/dist/**/*",
"packages/runed/.svelte-kit/**/*",
"packages/formsnap/dist/**/*",
"packages/formsnap/.svelte-kit/**/*",
],
}
);
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c42089

Please sign in to comment.