mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-28 06:20:12 +00:00
19 lines
317 B
JSON
19 lines
317 B
JSON
{
|
|
"lint": {
|
|
"rules": {
|
|
"tags": ["recommended"],
|
|
"include": ["ban-untagged-todo"],
|
|
"exclude": ["no-unused-vars"]
|
|
}
|
|
},
|
|
"fmt": {
|
|
"options": {
|
|
"useTabs": false,
|
|
"lineWidth": 120,
|
|
"indentWidth": 2,
|
|
"singleQuote": false,
|
|
"proseWrap": "preserve"
|
|
}
|
|
}
|
|
}
|