refactor: Replace import_sorter with directives_ordering lint
This commit is contained in:
parent
4de2b3236e
commit
69588b8d69
180 changed files with 532 additions and 794 deletions
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
|
|
@ -1,10 +1,7 @@
|
|||
{
|
||||
"emeraldwalk.runonsave": {
|
||||
"commands": [
|
||||
{
|
||||
"match": "\\.dart$",
|
||||
"cmd": "dart run import_sorter:main --no-comments ${fileBasename}"
|
||||
}
|
||||
"[dart]": {
|
||||
"editor.codeActionsOnSave": [
|
||||
"source.organizeImports"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue