Skip to content

Commit 62926ce

Browse files
committed
dev: Workspace settings
1 parent 9f8934c commit 62926ce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@
3030
"javascriptreact",
3131
"typescriptreact"
3232
],
33+
"[jsonc]": {
34+
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
35+
},
3336
}

js_modules/cli.js

-2
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,3 @@ export function cliParse(input) {
7373
};
7474
}
7575

76-
77-

0 commit comments

Comments
 (0)