lib: install prettier

This commit is contained in:
billybonks 2024-02-06 16:25:55 +08:00 committed by Christopher Charbonneau Wells
parent 5ccca11b42
commit 1694c6f670
4 changed files with 26 additions and 0 deletions

8
.prettierignore Normal file
View File

@ -0,0 +1,8 @@
vendor
**/static
*.html
*.css
*.md
*.yaml
*.yml
*.scss

1
.prettierrc Normal file
View File

@ -0,0 +1 @@
{}

16
package-lock.json generated
View File

@ -27,6 +27,7 @@
"masonry-layout": "^4.2.2",
"npm-force-resolutions": "^0.0.10",
"plotly.js": "^2.28.0",
"prettier": "3.2.5",
"pulltorefreshjs": "^0.1.22",
"pump": "^3.0.0",
"sass": "^1.70.0",
@ -7120,6 +7121,21 @@
"node": ">= 0.8.0"
}
},
"node_modules/prettier": {
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz",
"integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/pretty-hrtime": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",

View File

@ -27,6 +27,7 @@
"masonry-layout": "^4.2.2",
"npm-force-resolutions": "^0.0.10",
"plotly.js": "^2.28.0",
"prettier": "3.2.5",
"pulltorefreshjs": "^0.1.22",
"pump": "^3.0.0",
"sass": "^1.70.0",