mirror of
https://github.com/esm7/obsidian-map-view.git
synced 2026-07-22 05:40:27 +00:00
Added Svelte to Prettier
This commit is contained in:
parent
4b7f4f56d6
commit
bf1b4075d4
2 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"tabWidth": 4,
|
||||
"singleQuote": true
|
||||
"singleQuote": true,
|
||||
"plugins": ["prettier-plugin-svelte"],
|
||||
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,16 +23,17 @@
|
|||
"@rollup/plugin-typescript": "^12.1.1",
|
||||
"@tsconfig/svelte": "^5.0.4",
|
||||
"@types/geojson": "^7946.0.14",
|
||||
"@types/google.maps": "^3.58.1",
|
||||
"@types/leaflet": "^1.9.15",
|
||||
"@types/leaflet.markercluster": "^1.5.5",
|
||||
"@types/node": "^22.10.1",
|
||||
"@types/google.maps": "^3.58.1",
|
||||
"codemirror": "^6.0.1",
|
||||
"lefthook": "^1.8.5",
|
||||
"obsidian": "^1.7.2",
|
||||
"postcss-less": "^6.0.0",
|
||||
"postcss-url": "^10.1.3",
|
||||
"prettier": "^3.4.2",
|
||||
"prettier-plugin-svelte": "^3.3.3",
|
||||
"rollup": "^4.28.0",
|
||||
"rollup-plugin-copy": "^3.5.0",
|
||||
"rollup-plugin-postcss": "^4.0.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue