From fbb37bdf4d457a595137da98b488d00807e850e5 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 20 May 2024 18:31:15 +0300 Subject: [PATCH] fix prettier adding --- .gitattributes | 15 +++++++++------ .prettierrc | 0 package.json | 2 +- pnpm-lock.yaml | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 .prettierrc diff --git a/.gitattributes b/.gitattributes index 6459407..d738239 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json index b6622bf..7ac481a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "dependencies": { + "devDependencies": { "@prettier/plugin-xml": "3.4.1", "prettier": "3.2.5" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c4a099a..585f126 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,7 +6,7 @@ settings: importers: .: - dependencies: + devDependencies: "@prettier/plugin-xml": specifier: 3.4.1 version: 3.4.1(prettier@3.2.5)