properly add prettier

This commit is contained in:
Aminda Suomalainen 2024-05-25 10:45:01 +03:00
parent 247a322ea1
commit 0aa194e6ca
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
5 changed files with 39 additions and 0 deletions

View File

@ -19,3 +19,12 @@ updates:
github-actions:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
groups:
npm:
patterns:
- "*"

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ _site
.sass-cache
vendor/
.bundle
node_modules/

0
.prettierrc Normal file
View File

5
package.json Normal file
View File

@ -0,0 +1,5 @@
{
"devDependencies": {
"prettier": "3.2.5"
}
}

24
pnpm-lock.yaml Normal file
View File

@ -0,0 +1,24 @@
lockfileVersion: "9.0"
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.:
devDependencies:
prettier:
specifier: 3.2.5
version: 3.2.5
packages:
prettier@3.2.5:
resolution:
{
integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==,
}
engines: { node: ">=14" }
hasBin: true
snapshots:
prettier@3.2.5: {}