mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-21 16:11:04 +01:00
build: add formatter
This commit is contained in:
parent
eea36abb25
commit
77abbeef50
1 changed files with 8 additions and 0 deletions
|
@ -11,5 +11,13 @@
|
||||||
"rules": {
|
"rules": {
|
||||||
"recommended": true
|
"recommended": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"formatter": {
|
||||||
|
"enabled": true,
|
||||||
|
"formatWithErrors": false,
|
||||||
|
"indentStyle": "tab",
|
||||||
|
"indentSize": 2,
|
||||||
|
"lineWidth": 80,
|
||||||
|
"ignore": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue