Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
chore: bump lint dependencies (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
macabeus authored Jan 28, 2024
1 parent 3370c7d commit 3b50891
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 83 deletions.
168 changes: 91 additions & 77 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"@sveltejs/kit": "^1.7.2",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte3": "^4.0.0",
"gh-pages": "^4.0.0",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.3",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^3.55.1",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"strictNullChecks": true
}
"allowSyntheticDefaultImports": true,
"strictNullChecks": true,
},
}

0 comments on commit 3b50891

Please sign in to comment.