Преглед на файлове

chore: Configure the ESLint auto-repair feature (#7670)

Sun преди 3 месеца
родител
ревизия
5b5ea6d2d8
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      .vscode/settings.json

+ 1 - 0
.vscode/settings.json

@@ -43,6 +43,7 @@
   "oxc.fmt.configPath": "oxfmt.config.ts",
   "eslint.useFlatConfig": true,
   "editor.codeActionsOnSave": {
+    "source.fixAll.eslint": "explicit",
     "source.fixAll.oxc": "explicit",
     "source.fixAll.stylelint": "explicit",
     "source.organizeImports": "never"