sorted imports
Some checks failed
deploy / Linting (push) Failing after 52s
deploy / Run end-to-end tests (push) Failing after 1m33s
deploy / Update templates on Mailgun (push) Has been skipped
deploy / Github (push) Failing after 2s

This commit is contained in:
Untone 2024-02-04 14:21:04 +03:00
parent aafb55e46b
commit 088f61a617

View File

@ -11,7 +11,7 @@
"indentStyle": "space", "indentStyle": "space",
"indentWidth": 2, "indentWidth": 2,
"lineWidth": 108, "lineWidth": 108,
"ignore": ["./src/graphql/schema"] "ignore": ["./src/graphql/schema", "./gen"]
}, },
"javascript": { "javascript": {
"formatter": { "formatter": {