/** * @packageDocumentation * Curated technical vocabulary accepted by the spellcheck comment rule. */ /** * Common software-engineering terms that are valid in comments but noisy for a * plain English dictionary. */ export declare const defaultSpellcheckIgnoreWords: readonly ["api", "apis", "async", "autofix", "autofixer", "autofixers", "changelog", "changelogs", "cli", "codebase", "config", "configs", "cwd", "docusaurus", "eslint", "frontmatter", "github", "javascript", "js", "jsdoc", "json", "jsx", "markdown", "mdast", "mdx", "metadata", "monorepo", "nlcst", "node", "npm", "parser", "parsers", "plugin", "plugins", "prettier", "repo", "repos", "retext", "runtime", "stderr", "stdout", "ts", "tsconfig", "tsdoc", "tsx", "typescript", "vfile", "vitest", "yaml"]; //# sourceMappingURL=spellcheck-default-words.d.ts.map