fix(server): lint import order (#3974)

* fix: use prettier extension

* chore: format fix
This commit is contained in:
Jason Rasmussen 2023-09-04 15:45:59 -04:00 committed by GitHub
parent 2069293cc1
commit 816d040d81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 72 additions and 71 deletions

View file

@ -3,5 +3,6 @@
"trailingComma": "all",
"printWidth": 120,
"semi": true,
"organizeImportsSkipDestructiveCodeActions": true
"organizeImportsSkipDestructiveCodeActions": true,
"plugins": ["prettier-plugin-organize-imports"]
}