File tree Expand file tree Collapse file tree 6 files changed +14
-13
lines changed
Expand file tree Collapse file tree 6 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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
1111A free, open-source web application that generates UML diagrams from PocketBase databases.
1212
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 1- <!DOCTYPE html>
1+ <!doctype html>
22< html lang ="en ">
33 < head >
44 < meta charset ="utf-8 " />
Original file line number Diff line number Diff line change 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% );
Original file line number Diff line number Diff line change 1- google-site-verification: googlea3479269b2f388cf.html
1+ google-site-verification: googlea3479269b2f388cf.html
You can’t perform that action at this time.
0 commit comments