Skip to content

Commit 87420f0

Browse files
tassoevanclaude
andcommitted
chore: drop unused prettier-plugin-pegjs
Prettier 3 does not auto-load plugins — they have to be listed under a `plugins` key — and neither .prettierrc nor any package.json declares one. The plugin was never loaded, so src/grammar.pegjs was not being formatted by it either way. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 4db2104 commit 87420f0

2 files changed

Lines changed: 1 addition & 22 deletions

File tree

packages/message-parser/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"jest": "~30.2.0",
5656
"npm-run-all": "^4.1.5",
5757
"peggy": "4.1.1",
58-
"prettier-plugin-pegjs": "~2.0.2",
5958
"rimraf": "^6.0.1",
6059
"tinybench": "^3.0.7",
6160
"ts-loader": "~9.5.7",

yarn.lock

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10023,7 +10023,6 @@ __metadata:
1002310023
jest: "npm:~30.2.0"
1002410024
npm-run-all: "npm:^4.1.5"
1002510025
peggy: "npm:4.1.1"
10026-
prettier-plugin-pegjs: "npm:~2.0.2"
1002710026
rimraf: "npm:^6.0.1"
1002810027
tinybench: "npm:^3.0.7"
1002910028
tldts: "npm:~6.1.86"
@@ -15027,15 +15026,6 @@ __metadata:
1502715026
languageName: node
1502815027
linkType: hard
1502915028

15030-
"@types/node@npm:^20.5.6":
15031-
version: 20.19.43
15032-
resolution: "@types/node@npm:20.19.43"
15033-
dependencies:
15034-
undici-types: "npm:~6.21.0"
15035-
checksum: 10/cb060ea17ef9f1fc9d47cfb00098175b25fc6f6bae3c08a89ec7ba1be3353445ccf8af62d88c591e6413c09713f7705a71684a27ef01d2bccac4be96b00cacac
15036-
languageName: node
15037-
linkType: hard
15038-
1503915029
"@types/node@npm:~22.16.5":
1504015030
version: 22.16.5
1504115031
resolution: "@types/node@npm:22.16.5"
@@ -32190,16 +32180,6 @@ __metadata:
3219032180
languageName: node
3219132181
linkType: hard
3219232182

32193-
"prettier-plugin-pegjs@npm:~2.0.2":
32194-
version: 2.0.2
32195-
resolution: "prettier-plugin-pegjs@npm:2.0.2"
32196-
dependencies:
32197-
"@types/node": "npm:^20.5.6"
32198-
prettier: "npm:^3.0.2"
32199-
checksum: 10/418ae45f2c41acefbd44ddf78110cb95d95b16a3f2febb291ef6a2ef58987f86072885973dd963fa2f60516a1fd578d69fe2bd09ecc5a6697e381f5bd8c8a58d
32200-
languageName: node
32201-
linkType: hard
32202-
3220332183
"prettier@npm:^2.7.1":
3220432184
version: 2.8.8
3220532185
resolution: "prettier@npm:2.8.8"
@@ -32209,7 +32189,7 @@ __metadata:
3220932189
languageName: node
3221032190
linkType: hard
3221132191

32212-
"prettier@npm:^3.0.2, prettier@npm:~3.9.6":
32192+
"prettier@npm:~3.9.6":
3221332193
version: 3.9.6
3221432194
resolution: "prettier@npm:3.9.6"
3221532195
bin:

0 commit comments

Comments
 (0)