Skip to content

Commit 6ee5718

Browse files
authored
chore: remove old prettier (prettier-sh) plugin (#4155)
1 parent 93fe541 commit 6ee5718

File tree

3 files changed

+2
-56
lines changed

3 files changed

+2
-56
lines changed

.prettierrc.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,8 @@
77
"options": {
88
"bracketSameLine": true
99
}
10-
},
11-
{
12-
"files": [".env"],
13-
"options": {
14-
"parser": "sh"
15-
}
1610
}
1711
],
1812
"endOfLine": "auto",
19-
"plugins": ["prettier-plugin-sh", "prettier-plugin-pkg"]
13+
"plugins": ["prettier-plugin-pkg"]
2014
}

package-lock.json

Lines changed: 1 addition & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
"postcss-cli": "^11.0.1",
9292
"prettier": "^3.5.3",
9393
"prettier-plugin-pkg": "0.19.0",
94-
"prettier-plugin-sh": "^0.17.2",
9594
"replace-in-file": "^8.3.0",
9695
"rimraf": "6.0.1",
9796
"rxjs": "~7.8.2",

0 commit comments

Comments
 (0)