Skip to content

Commit 90a96f9

Browse files
committed
Update & run prettier formatting
1 parent a671617 commit 90a96f9

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

.prettierrc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"useTabs": false,
3-
"singleQuote": true,
4-
"trailingComma": "none",
5-
"printWidth": 100,
6-
"plugins": ["prettier-plugin-svelte"],
7-
"pluginSearchDirs": ["."],
8-
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
2+
"useTabs": false,
3+
"singleQuote": true,
4+
"trailingComma": "none",
5+
"printWidth": 100,
6+
"plugins": ["prettier-plugin-svelte"],
7+
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
98
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Last commit][last-commit-image]][repo-url]
77
[![Downloads][downloads-image]][npm-url]
88
[![Language][language-image]][repo-url]
9-
[![Sponsor the author][sponsor-image]][sponsor-url]
9+
[![Sponsor the author][sponsor-image]][sponsor-url]
1010

1111
A free, open-source web application that generates UML diagrams from PocketBase databases.
1212

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
4343
"test:integration": "playwright test",
4444
"test:unit": "vitest run",
45-
"lint": "prettier --plugin-search-dir . --check . && eslint .",
46-
"format": "prettier --plugin-search-dir . --write ."
45+
"lint": "prettier --check . && eslint .",
46+
"format": "prettier --write ."
4747
},
4848
"bin": {
4949
"pocketbase-uml": "./cli.cjs"

src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

src/lib/components/Terminal.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@
9696
color: darken($color-shade-2, 30%);
9797
background: transparent;
9898
border-radius: 50%;
99-
transition: color 0.25s, background 0.2s;
99+
transition:
100+
color 0.25s,
101+
background 0.2s;
100102
@media (pointer: fine) {
101103
&:hover {
102104
color: darken($color-shade-2, 10%);

static/googlea3479269b2f388cf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-site-verification: googlea3479269b2f388cf.html
1+
google-site-verification: googlea3479269b2f388cf.html

0 commit comments

Comments
 (0)