Skip to main content
Glama
eslint.config.mjs1.29 kB
import js from '@eslint/js' import tseslint from '@typescript-eslint/eslint-plugin' import tsparser from '@typescript-eslint/parser' import prettier from 'eslint-plugin-prettier' import prettierConfig from 'eslint-config-prettier' export default [ js.configs.recommended, { files: ['src/**/*.ts'], languageOptions: { parser: tsparser, parserOptions: { ecmaVersion: 'latest', sourceType: 'module' }, globals: { console: 'readonly', process: 'readonly', Buffer: 'readonly', __dirname: 'readonly', __filename: 'readonly' } }, plugins: { '@typescript-eslint': tseslint, prettier }, rules: { ...tseslint.configs.recommended.rules, ...prettierConfig.rules, 'prettier/prettier': 'error', '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/no-unused-vars': ['warn', { argsIgnorePattern: '^_' }], 'no-console': 'off', 'no-useless-escape': 'off' } }, { ignores: ['build/**', 'node_modules/**', 'dist/**', '*.js', '*.mjs'] } ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/n24q02m/better-notion-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server