mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
* fix: bot pkg test * Fix code style issues with ESLint * Update Guild.ts * Update Guild.ts * Fix code style issues with ESLint Co-authored-by: Lint Action <lint-action@samuelmeuli.com> Co-authored-by: Jonathan Ho <heiheiho000@gmail.com>
11 lines
132 B
JSON
11 lines
132 B
JSON
{
|
|
"extends": "tsconfig/test.json",
|
|
"include": [
|
|
"tests",
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"src"
|
|
]
|
|
} |