feat: add prettier for formatting html and json

This commit is contained in:
2025-11-11 21:42:30 +01:00
parent d2570339a3
commit 69928655e0
5 changed files with 124 additions and 57 deletions
+17
View File
@@ -10,6 +10,7 @@
"license": "ISC",
"devDependencies": {
"@tailwindcss/cli": "^4.1.17",
"prettier": "3.6.2",
"tailwindcss": "^4.1.17"
}
},
@@ -1083,6 +1084,22 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/prettier": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
"integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/source-map-js": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",