From 2cb768218857744238517e6c030c054bf4a1f8ad Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 9 Jul 2023 12:54:50 +0900 Subject: [PATCH] chore: import shared prettier config from root --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index 8ce8212..8d3bdae 100755 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ }, "devDependencies": { "@developomp-site/eslint-config": "workspace:*", + "@developomp-site/prettier-config": "workspace:*", "eslint": "^8.44.0", "eslint-plugin-turbo": "^1.10.7", "prettier": "^2.8.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b0b4433..d025e44 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,9 @@ importers: '@developomp-site/eslint-config': specifier: workspace:* version: link:packages/eslint-config + '@developomp-site/prettier-config': + specifier: workspace:* + version: link:packages/prettier-config eslint: specifier: ^8.44.0 version: 8.44.0