UNPKG

create-discord-bot

Version:

A simple way to create a startup Discord bot.

11 lines (10 loc) 239 B
{ "$schema": "https://json.schemastore.org/eslintrc.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 } }