Skip to content

Commit

Permalink
Upgrade packages and kill ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
jfranciscosousa committed Sep 27, 2024
1 parent 4cd27c6 commit 6b89fd0
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 995 deletions.
33 changes: 0 additions & 33 deletions .eslintrc.cjs

This file was deleted.

9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,20 @@
"preview": "vite preview",
"ts-check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"ts-check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write .",
"ci": "npm run lint && npm run ts-check && npm run build"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^5.4.4",
"@sveltejs/kit": "^2.6.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^4.2.19",
"svelte-check": "^3.8.5",
"svelte-check": "^4.0.3",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
Expand Down
Loading

0 comments on commit 6b89fd0

Please sign in to comment.