refactor: Replace import_sorter with directives_ordering lint

This commit is contained in:
Christian Kußowski 2026-03-21 13:09:45 +01:00
commit 69588b8d69
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
180 changed files with 532 additions and 794 deletions

View file

@ -1,10 +1,7 @@
{
"emeraldwalk.runonsave": {
"commands": [
{
"match": "\\.dart$",
"cmd": "dart run import_sorter:main --no-comments ${fileBasename}"
}
"[dart]": {
"editor.codeActionsOnSave": [
"source.organizeImports"
]
}
}