Skip to content

Commit 3a48b27

Browse files
committed
Use proper eslint plugin for svelte
1 parent 75ed5ee commit 3a48b27

File tree

3 files changed

+219
-13
lines changed

3 files changed

+219
-13
lines changed

Diff for: README.md

-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ npx pocketbase-uml@latest
2424
Due to security browser restrictions, the online application can only access PocketBase databases through HTTPS.
2525
If you want to access a local PocketBase databases through HTTP, you can either run the application locally or use a service such as [ngrok](https://ngrok.com) to expose your local server to the Internet.
2626

27-
## Development info
28-
29-
Make sure to install dependencies with `npm i --force` when running locally in development mode.
30-
3127
## Sponsor the project
3228

3329
If you find this package useful, please consider ❤️ [sponsoring my work](https://github.com/sponsors/icflorescu). Your sponsorship will help me dedicate more time to maintaining the project and will encourage me to add new features and fix existing bugs.

Diff for: package-lock.json

+216-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pocketbase-uml",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "A free, open-source web application that generates UML diagrams based on PocketBase databases",
55
"keywords": [
66
"pocketbase",
@@ -55,11 +55,12 @@
5555
"@tanstack/svelte-query": "^5.34.1",
5656
"@types/eslint": "^8.56.10",
5757
"@types/lodash.throttle": "^4.1.9",
58+
"@types/node": "^20.12.8",
5859
"@typescript-eslint/eslint-plugin": "^7.8.0",
5960
"@typescript-eslint/parser": "^7.8.0",
6061
"eslint": "^8.56.0",
6162
"eslint-config-prettier": "^9.1.0",
62-
"eslint-plugin-svelte3": "^4.0.0",
63+
"eslint-plugin-svelte": "^2.38.0",
6364
"js-base64": "^3.7.7",
6465
"lodash.throttle": "^4.1.1",
6566
"nomnoml": "github:skanaar/nomnoml",

0 commit comments

Comments
 (0)