a4p-bot/.eslintrc.json

13 lines
212 B
JSON
Raw Permalink Normal View History

2024-05-12 01:15:42 -07:00
{
"extends": "@nhcarrigan",
"overrides": [
{
"files": ["src/modules/buttons/*.ts"],
"rules": {
"jsdoc/require-param": "off",
"jsdoc/require-returns": "off"
}
}
]
}