@sanderkooger/mcp-server-ragdocs

by sanderkooger
Verified
import tseslint from 'typescript-eslint' import prettierConfig from 'eslint-config-prettier' export default tseslint.config( { ignores: ['**/*.d.ts', 'dist', 'build'] }, ...tseslint.configs.recommended, prettierConfig, { rules: { '@typescript-eslint/no-unused-vars': 'warn', '@typescript-eslint/no-explicit-any': 'warn', '@typescript-eslint/consistent-type-imports': 'warn' } } )