diff --git a/.prettierrc b/.prettierrc index 729594fbc24..7ea88fcd47a 100644 --- a/.prettierrc +++ b/.prettierrc @@ -24,14 +24,6 @@ "options": { "useTabs": false } - }, - { - "files": ["pnpm-lock.yaml"], - "options": { - "singleQuote": true, - "printWidth": 300, - "bracketSpacing": false - } } ] } \ No newline at end of file diff --git a/package.json b/package.json index f4312be9487..e496fc3acb2 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ "lint:fix": "pnpm lint:check --fix", "lint:md-links": "tsx ./scripts/lint-md-links", "lint:package-jsons": "tsx ./scripts/lint-package-jsons", - "prettier:check": "prettier --check pnpm-lock.yaml --check packages --check apps/docs-snippets", - "prettier:format": "prettier --write pnpm-lock.yaml --write packages --check apps/docs-snippets", + "prettier:check": "prettier --check packages --check apps/docs-snippets", + "prettier:format": "prettier --write packages --check apps/docs-snippets", "verify:package-exports": "tsx ./scripts/verify-package-exports", "changeset:publish": "tsx ./scripts/changeset/changeset-publish", "changeset:next": "tsx ./scripts/changeset/changeset-next", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5d6587161b2..6f646ab6cb9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,6 +8,7 @@ overrides: cross-fetch: 4.0.0 importers: + .: devDependencies: '@actions/core': @@ -1185,6 +1186,7 @@ importers: version: 5.2.2 packages: + '@aashutoshrathi/word-wrap@1.2.6': resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} engines: {node: '>=0.10.0'} @@ -12262,6 +12264,7 @@ packages: resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==} snapshots: + '@aashutoshrathi/word-wrap@1.2.6': {} '@actions/core@1.10.1':