mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-10 19:09:23 +01:00
add prettier
This commit is contained in:
parent
b9a43cfb31
commit
ee29dafbc2
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -10,3 +10,6 @@
|
||||
*.py diff=python
|
||||
*.rb diff=ruby
|
||||
*.{scm,ss} diff=scheme
|
||||
|
||||
*.json text
|
||||
*.yaml text linguist-vendored
|
||||
|
0
.prettierignore
Normal file
0
.prettierignore
Normal file
0
.prettierrc
Normal file
0
.prettierrc
Normal file
6
package.json
Normal file
6
package.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"prettier": "3.2.5",
|
||||
"@prettier/plugin-ruby": "4.0.4"
|
||||
}
|
||||
}
|
39
pnpm-lock.yaml
vendored
Normal file
39
pnpm-lock.yaml
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
lockfileVersion: "9.0"
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
importers:
|
||||
.:
|
||||
devDependencies:
|
||||
"@prettier/plugin-ruby":
|
||||
specifier: 4.0.4
|
||||
version: 4.0.4(prettier@3.2.5)
|
||||
prettier:
|
||||
specifier: 3.2.5
|
||||
version: 3.2.5
|
||||
|
||||
packages:
|
||||
"@prettier/plugin-ruby@4.0.4":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-lCpvfS/dQU5WrwN3AQ5vR8qrvj2h5gE41X08NNzAAXvHdM4zwwGRcP2sHSxfu6n6No+ljWCVx95NvJPFTTjCTg==,
|
||||
}
|
||||
peerDependencies:
|
||||
prettier: ^3.0.0
|
||||
|
||||
prettier@3.2.5:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==,
|
||||
}
|
||||
engines: { node: ">=14" }
|
||||
hasBin: true
|
||||
|
||||
snapshots:
|
||||
"@prettier/plugin-ruby@4.0.4(prettier@3.2.5)":
|
||||
dependencies:
|
||||
prettier: 3.2.5
|
||||
|
||||
prettier@3.2.5: {}
|
Loading…
Reference in New Issue
Block a user