refactor: fix import sorting discrepancies

(for real this time)

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
Fernando Fernández
2024-01-18 13:52:18 +01:00
parent c53d4966f1
commit 8026f1c84f
102 changed files with 265 additions and 266 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always",
"source.organizeImports": "always"
"source.organizeImports": "never"
},
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"