Skip to content

Commit c2c71ce

Browse files
committed
fix: add eslint formatting settings to VS Code shared workspace file
1 parent e7e424f commit c2c71ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

NoteBlockWorld.code-workspace

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@
1818
}
1919
],
2020
"settings": {
21+
"editor.formatOnSave": true,
22+
"eslint.validate": ["typescript"],
23+
"eslint.run": "onType",
24+
"eslint.format.enable": true,
2125
"mdx.server.enable": true,
26+
"editor.codeActionsOnSave": {
27+
"source.fixAll": "explicit"
28+
},
2229
"jest.disabledWorkspaceFolders": ["Root", "Frontend"]
2330
}
2431
}

0 commit comments

Comments
 (0)