Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions workspaces/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@backstage/repo-tools": "^0.13.0",
"@changesets/cli": "^2.27.1",
"@playwright/test": "^1.52.0",
"@spotify/prettier-config": "^12.0.0",
"@types/lodash": "^4.17.16",
"knip": "^5.27.4",
"node-gyp": "^9.0.0",
Expand All @@ -65,7 +64,7 @@
"@types/react": "^18",
"@types/react-dom": "^18"
},
"prettier": "@spotify/prettier-config",
"prettier": "@backstage/cli/config/prettier",
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [
"eslint --fix",
Expand Down
10 changes: 0 additions & 10 deletions workspaces/sandbox/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3562,7 +3562,6 @@ __metadata:
"@backstage/repo-tools": "npm:^0.13.0"
"@changesets/cli": "npm:^2.27.1"
"@playwright/test": "npm:^1.52.0"
"@spotify/prettier-config": "npm:^12.0.0"
"@types/lodash": "npm:^4.17.16"
knip: "npm:^5.27.4"
node-gyp: "npm:^9.0.0"
Expand Down Expand Up @@ -6015,15 +6014,6 @@ __metadata:
languageName: node
linkType: hard

"@spotify/prettier-config@npm:^12.0.0":
version: 12.0.0
resolution: "@spotify/prettier-config@npm:12.0.0"
peerDependencies:
prettier: 2.x
checksum: 10c0/c19ea09a0c6937dc08917a5890a01c800450ed8f20f614ec2239e09a5897a7d40eb28e5af70ae58c7f41d56769c0fc516ab0ae672d2fd7585016cd54ad514336
languageName: node
linkType: hard

"@stoplight/better-ajv-errors@npm:1.0.3":
version: 1.0.3
resolution: "@stoplight/better-ajv-errors@npm:1.0.3"
Expand Down
Loading