mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
build: refactor linting setup
This commit is contained in:
@@ -6,6 +6,21 @@
|
||||
"pretty": false,
|
||||
|
||||
// Completeness
|
||||
"skipDefaultLibCheck": true
|
||||
"skipDefaultLibCheck": true,
|
||||
|
||||
"types": [
|
||||
"@discordjs/builders",
|
||||
"@discordjs/util",
|
||||
"@discordjs/collection",
|
||||
"@discordjs/rest",
|
||||
"@discordjs/ws",
|
||||
"discord-api-types/v10",
|
||||
"node",
|
||||
"ws",
|
||||
"tsd",
|
||||
"jest",
|
||||
"undici",
|
||||
"@sapphire/snowflake"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user