Skip to content

Commit

Permalink
chore(deps): Upgrade to Svelte v5
Browse files Browse the repository at this point in the history
* Update bunch 'o deps
* Convert a few files to Runes syntax, fix build errs
* Update eslint, migrate to Flat config syntax
* Update SASS, fix build errs
  • Loading branch information
kiosion committed Nov 30, 2024
1 parent da7d121 commit 2a72c20
Show file tree
Hide file tree
Showing 45 changed files with 2,313 additions and 1,744 deletions.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"svelte-app/**/*.{svelte,ts,js}": [
"./svelte-app/node_modules/.bin/prettier --write",
"./svelte-app/node_modules/.bin/eslint --fix \"./svelte-app/src/**/*.{ts,svelte}\" \"./svelte-app/types/**/*.ts\""
"./svelte-app/node_modules/.bin/eslint --config \"./svelte-app/eslint.config.js\" --fix \"./svelte-app/src/**/*.{ts,svelte}\" \"./svelte-app/types/**/*.ts\""
],
"svelte-app/src/languages/*.json": [
"bun ./svelte-app/scripts/lint-json.ts",
Expand Down
195 changes: 0 additions & 195 deletions svelte-app/.eslintrc

This file was deleted.

Loading

0 comments on commit 2a72c20

Please sign in to comment.