Skip to content

Commit 7309cef

Browse files
committed
chore: lint
1 parent ac9abbd commit 7309cef

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.putout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"match": {
1414
"base64": {
15-
"convert-typeof-to-is-type": "off"
15+
"types/convert-typeof-to-is-type": "off"
1616
},
1717
"*.md": {
1818
"nodejs/convert-commonjs-to-esm": "on"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"funding": "https://opencollective.com/cloudcmd",
99
"repository": {
1010
"type": "git",
11-
"url": "git://github.com/coderaiser/cloudcmd.git"
11+
"url": "git+https://github.com/coderaiser/cloudcmd.git"
1212
},
1313
"main": "server/cloudcmd.mjs",
1414
"keywords": [

server/user-menu.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ async function onGET({req, res, menuName, readFile}) {
7979

8080
function getError(error, source) {
8181
return montag`
82-
const e = Error(\`<pre>${codeframe({
83-
error,
84-
source,
85-
highlightCode: false,
86-
})}</pre>\`);
82+
const e = Error(\`<pre>${codeframe({
83+
error,
84+
source,
85+
highlightCode: false,
86+
})}</pre>\`);
8787
8888
e.code = 'frame';
8989

0 commit comments

Comments
 (0)