mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
* Create deno.json * run format * run format * ci: only check formatting * f * Update settings.json * Update settings.json
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"fmt": {
|
|
"files": {
|
|
"exclude": ["benchmarks/", "site/node_modules/", "site/build", "site/.docusaurus", "site/.cache-loader"]
|
|
},
|
|
"options": {
|
|
"lineWidth": 120
|
|
}
|
|
}
|
|
}
|