Skip to content

Commit 80c6d74

Browse files
chore: undo update eslint and plugins. Added vscode config
1 parent e4ba348 commit 80c6d74

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.vscode/settings.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
// enable ESLint only for this workspace
3+
"eslint.enable": true,
4+
5+
// Run the equivalent of `eslint --fix` each time you save
6+
"editor.codeActionsOnSave": {
7+
"source.fixAll.eslint": true
8+
},
9+
10+
// Disable the built‑in “Organize Imports” so it doesn’t fight ESLint
11+
"editor.formatOnSave": false,
12+
"typescript.preferences.organizeImports": false,
13+
}
14+

0 commit comments

Comments
 (0)