fmt-ignore
This commit is contained in:
parent
402f66468b
commit
00fe88c945
|
@ -1,12 +1,17 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
|
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
|
||||||
|
"vcs": {
|
||||||
|
"defaultBranch": "dev",
|
||||||
|
"useIgnoreFile": true
|
||||||
|
},
|
||||||
"organizeImports": {
|
"organizeImports": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"formatter": {
|
"formatter": {
|
||||||
"indentStyle": "space",
|
"indentStyle": "space",
|
||||||
"indentWidth": 2,
|
"indentWidth": 2,
|
||||||
"lineWidth": 108
|
"lineWidth": 108,
|
||||||
|
"ignore": ["./src/graphql/schema"]
|
||||||
},
|
},
|
||||||
"javascript": {
|
"javascript": {
|
||||||
"formatter": {
|
"formatter": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user