···13131414 // Auto fix
1515 "editor.codeActionsOnSave": {
1616- "source.fixAll.eslint": true,
1717- "source.organizeImports": false
1616+ "source.fixAll.eslint": "explicit",
1717+ "source.organizeImports": "never"
1818 },
19192020 // Silent the stylistic rules in you IDE, but still auto fix them