discordjs_docs tool

This commit is contained in:
2026-09-06 20:34:04 -04:00
parent 05f54c7771
commit ae51e7212f
17 changed files with 918 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import reactRefresh from 'eslint-plugin-react-refresh'
import tseslint from 'typescript-eslint'
export default tseslint.config(
{ ignores: ['**/dist/**', '**/node_modules/**', '**/routeTree.gen.ts', 'playwright-report/**', 'packages/modules/scripts/**'] },
{ ignores: ['**/dist/**', '**/node_modules/**', '**/routeTree.gen.ts', 'playwright-report/**', 'packages/modules/scripts/**', 'packages/agent/src/tools/discordjs-docs/v14.27.0.json'] },
js.configs.recommended,
{
files: ['apps/web/server.js'],