cspell.json•5.09 kB
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"language": "en",
"words": [
"NTLM",
"mssql",
"SQL",
"MCP",
"tempdb",
"msdb",
"varchar",
"nvarchar",
"datetime",
"bigint",
"smallint",
"tinyint",
"Warp",
"macOS",
"PowerShell",
"JSON",
"YAML",
"CLI",
"API",
"README",
"github",
"nodejs",
"npm",
"eslint",
"prettier",
"vitest",
"markdownlint",
"dependabot",
"CodeQL",
"OSSF",
"Scorecard",
"SARIF",
"dockerfile",
"workflow",
"repo",
"env",
"localhost",
"username",
"hostname",
"middleware",
"stdin",
"stdout",
"stderr",
"TypeScript",
"JavaScript",
"semver",
"prerelease",
"changelog",
"deprecated",
"versioning",
"regex",
"config",
"configs",
"linting",
"linter",
"formatter",
"transpiler",
"bundler",
"minification",
"optimization",
"polyfill",
"webpack",
"rollup",
"vite",
"Codecov",
"LCOV",
"coverage",
"uncovered",
"middleware",
"async",
"await",
"Promise",
"callback",
"params",
"args",
"util",
"utils",
"typeof",
"instanceof",
"boolean",
"undefined",
"Redis",
"MongoDB",
"PostgreSQL",
"MySQL",
"database",
"CRUD",
"ORM",
"SDK",
"GUI",
"UI",
"UX",
"OS",
"CPU",
"RAM",
"SSD",
"HTTP",
"HTTPS",
"TCP",
"UDP",
"DNS",
"SSL",
"TLS",
"JWT",
"OAuth",
"Auth",
"2FA",
"MFA",
"RBAC",
"ACL",
"CORS",
"CSRF",
"XSS",
"CVE",
"OWASP",
"Prieto",
"Eduardo",
"Garcia",
"egarcia74",
"modelcontextprotocol",
"typescript",
"recoverably",
"postconditions",
"preconditions",
"observability",
"scalability",
"maintainability",
"debuggability",
"testability",
"composability",
"extensibility",
"deployability",
"operability",
"monitorability",
"auditability",
"traceability",
"reproducibility",
"deterministic",
"idempotent",
"mockable",
"pluggable",
"configurable",
"composable",
"immutable",
"stateless",
"stateful",
"lifecycle",
"runtime",
"buildtime",
"transpilation",
"deserialization",
"serialization",
"parameterized",
"sanitization",
"normalization",
"denormalization",
"containerization",
"virtualization",
"orchestration",
"microservices",
"monorepo",
"polyrepo",
"submodule",
"submodules",
"codebase",
"codebases",
"refactoring",
"refactor",
"roadmaps",
"hotfix",
"rollback",
"rollout",
"canary",
"autoscaling",
"failover",
"failback",
"loadbalancing",
"loadbalancer",
"CDN",
"WAF",
"VPC",
"subnet",
"CIDR",
"IAM",
"ARN",
"IAC",
"terraform",
"ansible",
"kubernetes",
"kubectl",
"helm",
"docker",
"dockerfile",
"containerized",
"YAML",
"TOML",
"INI",
"CSV",
"TSV",
"XML",
"HTML",
"CSS",
"SCSS",
"SASS",
"LESS",
"JSX",
"TSX",
"MDX",
"GraphQL",
"REST",
"RESTful",
"gRPC",
"WebSocket",
"SSE",
"webhook",
"webhooks",
"middleware",
"middlewares",
"plugin",
"plugins",
"addon",
"addons",
"namespace",
"namespaces",
"enum",
"enums",
"struct",
"structs",
"tuple",
"tuples",
"hashmap",
"hashset",
"arraylist",
"linkedlist",
"blockchain",
"cryptographic",
"hashing",
"encryption",
"decryption",
"tokenization",
"authentication",
"authorization",
"SSO",
"SAML",
"LDAP",
"OIDC",
"mTLS",
"PKI",
"RSA",
"AES",
"SHA",
"HMAC",
"PBKDF",
"bcrypt",
"scrypt",
"argon",
"SQLMCP",
"fileb",
"AKIA",
"cmdshell",
"xp_cmdshell",
"OPENROWSET",
"AWSCURRENT",
"appsettings",
"AADSTS",
"getaddrinfo",
"ENOTFOUND",
"nslookup",
"Matheus",
"Teixeira",
"mtxr",
"sqltools",
"Huachao",
"humao",
"Ranga",
"Vadhineni",
"rangav",
"dbaeumer",
"esbenp",
"eamodio",
"usernamehw",
"errorlens",
"Zixuan",
"firsttris",
"yzhang",
"davidanson",
"datareader",
"datawriter",
"sqlcmd",
"YOURDOMAIN",
"findstr",
"nmap",
"VARCHAR",
"recordset",
"GETDATE",
"openrowset",
"TOCTOU",
"Northwind"
],
"flagWords": [],
"ignorePaths": [
"node_modules/**",
".git/**",
"coverage/**",
"dist/**",
"build/**",
"*.min.*",
"package-lock.json"
],
"overrides": [
{
"filename": "**/*.md",
"ignoreRegExpList": [
"/```[\\s\\S]*?```/g",
"/`[^`]*`/g",
"/\\[.*?\\]\\(.*?\\)/g",
"/https?:\\/\\/[^\\s]+/g"
]
}
]
}