mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-16 15:39:21 +01:00
properly add prettier
This commit is contained in:
parent
247a322ea1
commit
0aa194e6ca
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@ -19,3 +19,12 @@ updates:
|
|||||||
github-actions:
|
github-actions:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
groups:
|
||||||
|
npm:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@ _site
|
|||||||
.sass-cache
|
.sass-cache
|
||||||
vendor/
|
vendor/
|
||||||
.bundle
|
.bundle
|
||||||
|
node_modules/
|
||||||
|
0
.prettierrc
Normal file
0
.prettierrc
Normal file
5
package.json
Normal file
5
package.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"devDependencies": {
|
||||||
|
"prettier": "3.2.5"
|
||||||
|
}
|
||||||
|
}
|
24
pnpm-lock.yaml
Normal file
24
pnpm-lock.yaml
Normal 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: {}
|
Loading…
Reference in New Issue
Block a user