mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
feat: add extensions and updating settings (#3167)
* feat: add extensions and updating settings * fix(eslint-config): add prettier plugin and upgrade prettier * feat: add eslint extension to the recommendations * feat: major upgrade to VSCode settings * feat: more settings changes * feat: add background watcher task to always build the project * fix: various background task issues * style: eslint --------- Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
co-authored by
Skillz4Killz
parent
a3e0c155ac
commit
a26c7c00a4
@@ -370,7 +370,7 @@ await memoryBenchmark(
|
||||
tts: true,
|
||||
type: MessageTypes.Default,
|
||||
webhook_id: GUILD_ID,
|
||||
} as DiscordMessage),
|
||||
}) as DiscordMessage,
|
||||
), // array of event to test with
|
||||
{ times: 1, log: false, table: false },
|
||||
)
|
||||
@@ -748,7 +748,7 @@ await memoryBenchmark(
|
||||
tts: true,
|
||||
type: MessageTypes.Default,
|
||||
webhook_id: GUILD_ID,
|
||||
} as DiscordMessage),
|
||||
}) as DiscordMessage,
|
||||
), // array of event to test with
|
||||
{ times: 1, log: false, table: false },
|
||||
)
|
||||
|
||||
@@ -3,7 +3,7 @@ module.exports = {
|
||||
es2021: true,
|
||||
node: true,
|
||||
},
|
||||
extends: ['standard-with-typescript', 'prettier', 'plugin:require-extensions/recommended'],
|
||||
extends: ['standard-with-typescript', 'plugin:prettier/recommended', 'plugin:require-extensions/recommended'],
|
||||
overrides: [
|
||||
{
|
||||
files: ['*.spec.ts'],
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"eslint-config-standard-with-typescript": "^34.0.1",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-n": "^15.6.1",
|
||||
"eslint-plugin-prettier": "^5.0.1",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-require-extensions": "^0.1.2",
|
||||
"typescript": "^4.9.5"
|
||||
|
||||
Reference in New Issue
Block a user