We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a67c4 commit a290268Copy full SHA for a290268
.prettierrc.json renamed to .prettierrc
.vscode/launch.json
@@ -0,0 +1,7 @@
1
+{
2
+ "type": "node",
3
+ "request": "launch",
4
+ "name": "Prettier Debug",
5
+ "program": "${workspaceFolder}/node_modules/prettier/bin-prettier.js",
6
+ "args": ["--debug-path", "lgsm/modules/command_monitor.sh"]
7
+}
package.json
@@ -5,7 +5,7 @@
"test": "tests"
},
"devDependencies": {
8
- "prettier": "^2.7.1",
+ "prettier": "^2.8.7",
9
"prettier-plugin-sh": "^0.12.8"
10
11
"scripts": {
0 commit comments