Skip to content

Commit 1683c2e

Browse files
authored
test: prettier format example json files (#1389)
1 parent 01ab638 commit 1683c2e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/LICENSE.md
2+
/renovate.json
23

34
examples/**/*.js
45
examples/**/*.?js
6+
**/package-lock.json
57
**/pnpm-lock.yaml

examples/start-and-pnpm-workspaces/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"description": "example using pnpm with workspaces",
55
"private": true,
66
"pnpm": {
7-
"onlyBuiltDependencies": ["cypress"]
7+
"onlyBuiltDependencies": [
8+
"cypress"
9+
]
810
}
911
}

0 commit comments

Comments
 (0)