Files
discord.js/packages/create-discord-bot/template/JavaScript/.eslintrc.json
2023-08-22 01:33:47 +02:00

11 lines
239 B
JSON

{
"$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
}
}