mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
fix prettier adding
This commit is contained in:
parent
ee5d6e3749
commit
fbb37bdf4d
15
.gitattributes
vendored
15
.gitattributes
vendored
@ -12,12 +12,15 @@
|
||||
*.{md,markdown} diff=markdown
|
||||
|
||||
# These don't feel like mine
|
||||
.github/** text=auto -linguist-detectable
|
||||
css/** text=auto -linguist-detectable
|
||||
_data/** text=auto -linguist-detectable
|
||||
_includes/** text=auto -linguist-detectable
|
||||
_layouts/** text=auto -linguist-detectable
|
||||
_sass/** text=auto -linguist-detectable
|
||||
.github/** text=auto -linguist-detectable linguist-vendored
|
||||
css/** text=auto -linguist-detectable linguist-vendored
|
||||
_data/** text=auto -linguist-detectable linguist-vendored
|
||||
_includes/** text=auto -linguist-detectable linguist-vendored
|
||||
_layouts/** text=auto -linguist-detectable linguist-vendored
|
||||
_sass/** text=auto -linguist-detectable linguist-vendored
|
||||
# automagic
|
||||
package.json text -linguist-detectable linguist-vendored
|
||||
pnpm-lock.yaml -linguist-detectable linguist-vendored
|
||||
|
||||
# Unnecessary for statistics
|
||||
Gemfile text linguist-vendored
|
||||
|
0
.prettierrc
Normal file
0
.prettierrc
Normal file
2
package.json
vendored
2
package.json
vendored
@ -1,5 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"devDependencies": {
|
||||
"@prettier/plugin-xml": "3.4.1",
|
||||
"prettier": "3.2.5"
|
||||
}
|
||||
|
2
pnpm-lock.yaml
vendored
2
pnpm-lock.yaml
vendored
@ -6,7 +6,7 @@ settings:
|
||||
|
||||
importers:
|
||||
.:
|
||||
dependencies:
|
||||
devDependencies:
|
||||
"@prettier/plugin-xml":
|
||||
specifier: 3.4.1
|
||||
version: 3.4.1(prettier@3.2.5)
|
||||
|
Loading…
Reference in New Issue
Block a user