mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* feat(create-discord-bot): Add prompts, command handler and deployment script * fix: revert package template name * chore: make requested changes * chore: make requested changes * fix: remove uneeded listeners * fix: use `0` for eslint * fix: remaining requested changes * chore: requested changes * fix: remove redundant call
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"root": true,
|
|
"extends": ["neon/common", "neon/node", "neon/prettier"],
|
|
"rules": {
|
|
"jsdoc/valid-types": 0,
|
|
"jsdoc/check-tag-names": 0,
|
|
"jsdoc/no-undefined-types": 0
|
|
}
|
|
}
|