install prettier
This commit is contained in:
parent
38c65b8861
commit
6c1269c66c
3 changed files with 20 additions and 2 deletions
1
.prettierrc
Normal file
1
.prettierrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{}
|
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -23,7 +23,8 @@
|
||||||
"postcss-preset-env": "^8.5.0",
|
"postcss-preset-env": "^8.5.0",
|
||||||
"posthtml-modules": "^0.9.1",
|
"posthtml-modules": "^0.9.1",
|
||||||
"posthtml-postcss": "^0.5.0",
|
"posthtml-postcss": "^0.5.0",
|
||||||
"posthtml-urls": "^1.0.0"
|
"posthtml-urls": "^1.0.0",
|
||||||
|
"prettier": "3.1.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@csstools/cascade-layer-name-parser": {
|
"node_modules/@csstools/cascade-layer-name-parser": {
|
||||||
|
@ -6227,6 +6228,21 @@
|
||||||
"node": ">= 4"
|
"node": ">= 4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/prettier": {
|
||||||
|
"version": "3.1.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz",
|
||||||
|
"integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==",
|
||||||
|
"dev": true,
|
||||||
|
"bin": {
|
||||||
|
"prettier": "bin/prettier.cjs"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/pretty-hrtime": {
|
"node_modules/pretty-hrtime": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
|
||||||
|
|
|
@ -14,7 +14,8 @@
|
||||||
"postcss-preset-env": "^8.5.0",
|
"postcss-preset-env": "^8.5.0",
|
||||||
"posthtml-modules": "^0.9.1",
|
"posthtml-modules": "^0.9.1",
|
||||||
"posthtml-postcss": "^0.5.0",
|
"posthtml-postcss": "^0.5.0",
|
||||||
"posthtml-urls": "^1.0.0"
|
"posthtml-urls": "^1.0.0",
|
||||||
|
"prettier": "3.1.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"css-blank-pseudo": "^5.0.2",
|
"css-blank-pseudo": "^5.0.2",
|
||||||
|
|
Loading…
Reference in a new issue