Skip to content

Commit 95d7306

Browse files
committed
Merge branch 'master' of https://github.com/foxundermoon/vs-shell-format into 303-fix-format-on-save
2 parents 32e6f3c + 7099e27 commit 95d7306

3 files changed

Lines changed: 245 additions & 275 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
"@types/mocha": "10.0.1",
196196
"@types/node": "18.16.19",
197197
"husky": "8.0.3",
198-
"lint-staged": "13.2.3",
198+
"lint-staged": "13.3.0",
199199
"mocha": "10.2.0",
200200
"prettier": "3.0.0",
201201
"pretty-quick": "3.1.3",

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const config = {
2-
shfmtVersion: 'v3.7.0',
2+
shfmtVersion: 'v3.8.0',
33
needCheckInstall: true,
44
};

0 commit comments

Comments
 (0)