chore(console): auto organize imports (#5293)

fix(console): auto organize imports
This commit is contained in:
Max Peintner
2023-02-24 16:44:44 +01:00
committed by GitHub
parent 82ffd6dffb
commit a7cc907ab7
151 changed files with 265 additions and 242 deletions

View File

@@ -1,5 +1,6 @@
{
"printWidth": 125,
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"organizeImportsSkipDestructiveCodeActions": true
}