diff --git a/.vscode/settings.json b/.vscode/settings.json index 9e7af2c8cf..c623c691df 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,4 +16,19 @@ ], "mochaExplorer.monkeyPatch": true, "mochaExplorer.debuggerConfig": "MochaTest", + "eslint.workingDirectories": [ + { + "changeProcessCWD": true, + "directory": "./ce/ce", + }, + { + "changeProcessCWD": true, + "directory": "./ce/test", + } + ], + "editor.codeActionsOnSave": { + "source.fixAll.eslint": true, + "source.organizeImports": true + }, + "eslint.format.enable": true, }