Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deepmergets/.cspell.json

Deeply merge 2 or more objects respecting type information.
Go to Latest
File
{ "version": "0.2", "language": "en", "ignorePaths": [ ".github/workflows/**", "**/*.json", "**/*.jsonc", "**/CHANGELOG.md", "**/coverage/**", "**/dist/**", "**/node_modules/**", "pnpm-lock.yaml" ], "dictionaries": [ "en_US", "filetypes", "misc", "node", "npm", "softwareTerms", "typescript" ], "import": ["@cspell/dict-cryptocurrencies/cspell-ext.json"], "ignoreRegExpList": [ "/[^\\s@]+@([^\\s@]+\\.)+[^\\s@]{2,4}/", "/[A-Fa-f0-9]{6}/", "/[A-Za-z0-9]{32,}/", "// @ts-.*", "/\\STS\\S+/", "/`[^`]*`/", "/``[\\w\\W]*?``/", "/```[\\w\\W]*?```/", "/~~~[\\w\\W]*?~~~/", "\\(#.+?\\)" ], "words": [ "bar", "baz", "codesandbox", "corge", "customizer", "deepmerge", "deepmergecustomoptions", "deepmergets", "denoify", "foo", "fred", "garply", "grault", "HKT", "HKTs", "kinded", "litecoin", "monero", "plugh", "quux", "qux", "sonarjs", "thud", "waldo", "xyzzy" ], "overrides": [ { "filename": "**/*.{ts,js}", "ignoreRegExpList": ["/@[a-z]+/", "/#(end)?region/"], "includeRegExpList": [ "/\\/\\*[\\s\\S]*?\\*\\/|([^\\\\:]|^)\\/\\/.*$/", "/(\\/\\/[^\\n\\r]*[\\n\\r]+)/" ] } ]}