@cspell/dict-typescript
Advanced tools
Comparing version 3.1.10 to 3.1.11
@@ -1,6 +0,5 @@ | ||
// cSpell Settings | ||
{ | ||
"id": "typescript", | ||
"name": "TypeScript", | ||
"description": "TypeScript and JavaScript dictionary for cspell.", | ||
"description": "TypeScript and JavaScript dictionary for CSpell.", | ||
"readonly": true, | ||
@@ -12,8 +11,5 @@ // List of dictionary files to add to the global list of dictionaries | ||
"path": "./dict/typescript.txt", | ||
"description": "TypeScript and JavaScript dictionary for cspell." | ||
"description": "TypeScript and JavaScript dictionary for CSpell." | ||
} | ||
], | ||
// Dictionaries to always be used. | ||
// Generally left empty | ||
"dictionaries": [], | ||
// Patterns | ||
@@ -37,27 +33,21 @@ "patterns": [ | ||
], | ||
// Language Rules to apply to matching files. | ||
// Files are matched on `languageId` and `locale` | ||
"languageSettings": [ | ||
{ | ||
// VSCode languageId. i.e. typescript, java, go, cpp, javascript, markdown, latex | ||
// * will match against any file type. | ||
"languageId": "typescript,javascript,typescriptreact,javascriptreact,mdx", | ||
// Language locale. i.e. en-US, de-AT, or ru. * will match all locals. | ||
// Multiple locals can be specified like: "en, en-US" to match both English and English US. | ||
"languageId": "typescript,javascript,typescriptreact,javascriptreact,mdx,astro", | ||
"locale": "*", | ||
// By default the whole text of a file is included for spell checking | ||
// Adding patterns to the "includeRegExpList" to only include matching patterns | ||
"includeRegExpList": [], | ||
// To exclude patterns, add them to "ignoreRegExpList" | ||
"ignoreRegExpList": ["js-hex-escape", "js-unicode-escape", "js-regexp-flags"], | ||
// regex patterns than can be used with ignoreRegExpList or includeRegExpList | ||
// Example: "pattern": [{ "name": "mdash", "pattern": "—" }] | ||
// This could be included in "ignoreRegExpList": ["mdash"] | ||
"patterns": [], | ||
// List of dictionaries to enable by name in `dictionaryDefinitions` | ||
"dictionaries": ["typescript"], | ||
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match. | ||
"dictionaryDefinitions": [] | ||
"dictionaries": ["typescript"] | ||
}, | ||
{ | ||
"languageId": "astro", | ||
"dictionaries": ["html", "html-symbol-entities"] | ||
} | ||
] | ||
], | ||
"overrides": [ | ||
{ | ||
"filename": "**/*.astro", | ||
"languageId": "astro" // set the file type to be Astro | ||
} | ||
], | ||
"enabledLanguageIds": ["astro"] | ||
} |
@@ -10,2 +10,3 @@ | ||
ArrayBuffer | ||
Astro | ||
AsyncFunction | ||
@@ -12,0 +13,0 @@ Atomics |
{ | ||
"name": "@cspell/dict-typescript", | ||
"version": "3.1.10", | ||
"version": "3.1.11", | ||
"description": "TypeScript and JavaScript dictionary for cspell.", | ||
@@ -42,3 +42,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "09ecd8c67c471bfc64a9ad783c303f30d820fb67" | ||
"gitHead": "38636d5320b67733d319a5e77ae8de68f52ff631" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39163
51