Skip to content

Commit c0f50f0

Browse files
committed
refactor: Bring back deleted changes
1 parent 3936dd0 commit c0f50f0

File tree

8 files changed

+486
-158
lines changed

8 files changed

+486
-158
lines changed

.github/workflows/cloudflare.yml

-42
This file was deleted.

.prettierrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
module.exports = {
2-
trailingComma: "all",
2+
trailingComma: 'all',
3+
singleQuote: true,
34
};

.vscode/extensions.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["dbaeumer.vscode-eslint", "editorconfig.editorconfig"]
3+
}

.vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"editor.formatOnSave": true,
3+
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
4+
"eslint.format.enable": true
5+
}

0 commit comments

Comments
 (0)