fmt-ignore
Some checks failed
deploy / Linting (push) Failing after 49s
deploy / Run end-to-end tests (push) Failing after 1m30s
deploy / Update templates on Mailgun (push) Has been skipped
deploy / Github (push) Failing after 1s

This commit is contained in:
Untone 2024-02-04 13:34:27 +03:00
parent 402f66468b
commit 00fe88c945

View File

@ -1,12 +1,17 @@
{
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"vcs": {
"defaultBranch": "dev",
"useIgnoreFile": true
},
"organizeImports": {
"enabled": false
},
"formatter": {
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 108
"lineWidth": 108,
"ignore": ["./src/graphql/schema"]
},
"javascript": {
"formatter": {