Skip to content

Commit 578f1b3

Browse files
authored
build(tekton): remove usage of @spotify/prettier-config (#3535)
Signed-off-by: Thomas Cardonne <thomas.cardonne@adevinta.com>
1 parent 005d90e commit 578f1b3

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

workspaces/tekton/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"@backstage/repo-tools": "^0.13.0",
4343
"@changesets/cli": "^2.27.1",
4444
"@playwright/test": "^1.32.3",
45-
"@spotify/prettier-config": "^12.0.0",
4645
"knip": "^5.27.4",
4746
"node-gyp": "^9.0.0",
4847
"prettier": "^2.3.2",
@@ -52,7 +51,7 @@
5251
"@types/react": "^18",
5352
"@types/react-dom": "^18"
5453
},
55-
"prettier": "@spotify/prettier-config",
54+
"prettier": "@backstage/cli/config/prettier",
5655
"lint-staged": {
5756
"*.{js,jsx,ts,tsx,mjs,cjs}": [
5857
"eslint --fix",

workspaces/tekton/yarn.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7387,7 +7387,6 @@ __metadata:
73877387
"@backstage/repo-tools": "npm:^0.13.0"
73887388
"@changesets/cli": "npm:^2.27.1"
73897389
"@playwright/test": "npm:^1.32.3"
7390-
"@spotify/prettier-config": "npm:^12.0.0"
73917390
knip: "npm:^5.27.4"
73927391
node-gyp: "npm:^9.0.0"
73937392
prettier: "npm:^2.3.2"
@@ -11807,15 +11806,6 @@ __metadata:
1180711806
languageName: node
1180811807
linkType: hard
1180911808

11810-
"@spotify/prettier-config@npm:^12.0.0":
11811-
version: 12.0.0
11812-
resolution: "@spotify/prettier-config@npm:12.0.0"
11813-
peerDependencies:
11814-
prettier: 2.x
11815-
checksum: 10/435e16f6c376fddf008dc881907c25a8706546129a552162b707c060e167d62563279d885321bd62721327180fa033331ede8b4cfbc6c0b6017245ef6a8fc8a1
11816-
languageName: node
11817-
linkType: hard
11818-
1181911809
"@stoplight/better-ajv-errors@npm:1.0.3":
1182011810
version: 1.0.3
1182111811
resolution: "@stoplight/better-ajv-errors@npm:1.0.3"

0 commit comments

Comments
 (0)