UNPKG

create-discord-bot

Version:

A simple way to create a startup Discord bot.

13 lines (12 loc) 293 B
{ "$schema": "https://json.schemastore.org/eslintrc.json", "root": true, "extends": ["neon/common", "neon/node", "neon/typescript", "neon/prettier"], "parserOptions": { "project": ["./tsconfig.eslint.json"] }, "ignorePatterns": ["**/dist/*"], "rules": { "import/extensions": 0 } }