/
githubmirror
/
eslint-plugin
Обзор
Документация
Войти
/
githubmirror
/
eslint-plugin
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
lib/rules/ui/brands.ts
74 строки
1 KB
Tony Grosinger
Sort other tools section of brands list
10 июн 2026, 01:04
10 июн 2026, 01:04
f774472
Код
Авторство
О чём код?
// Brand names that should preserve their official casing export const DEFAULT_BRANDS: string[] = [ // Operating systems "iOS", "iPadOS", "macOS", "Windows", "Android", "Linux", // Obsidian "Obsidian", "Obsidian Sync", "Obsidian Publish", // Common APIs and services "Google", "Gemini", "Vertex AI", // Enterprise AI for Gemini and Claude "OpenAI", "GPT", "Anthropic", "Claude", "Cursor", "Microsoft", // Cloud storage "Google Drive", "Dropbox", "OneDrive", "iCloud Drive", // Communication platforms "YouTube", "Slack", "Discord", "Telegram", "WhatsApp", "Twitter", "X", // Productivity tools "Readwise", "Zotero", // Diagram tools "Excalidraw", "Mermaid", // Languages "Markdown", "LaTeX", "JavaScript", "TypeScript", "Node.js", // Development tools "npm", "pnpm", "Yarn", "Git", "GitHub", "GitLab", // Other tools "Anki", "CalDAV", "CardDAV", "Evernote", "IntelliJ IDEA", "Jekyll", "Logseq", "Notion", "PyCharm", "React", "Reddit", "Roam Research", "Svelte", "VS Code", "Visual Studio Code", "WebDAV", "WebStorm" ];