@cspell/dict-typescript
Advanced tools
Comparing version 1.0.20 to 2.0.0
@@ -6,2 +6,3 @@ // cSpell Settings | ||
"description": "TypeScript and JavaScript dictionary for cspell.", | ||
"readonly": true, | ||
// List of dictionary files to add to the global list of dictionaries | ||
@@ -45,3 +46,3 @@ "dictionaryDefinitions": [ | ||
// Multiple locals can be specified like: "en, en-US" to match both English and English US. | ||
"local": "*", | ||
"locale": "*", | ||
// By default the whole text of a file is included for spell checking | ||
@@ -58,3 +59,3 @@ // Adding patterns to the "includeRegExpList" to only include matching patterns | ||
"dictionaries": ["typescript"], | ||
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match. | ||
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match. | ||
"dictionaryDefinitions": [] | ||
@@ -61,0 +62,0 @@ } |
{ | ||
"name": "@cspell/dict-typescript", | ||
"version": "1.0.20", | ||
"version": "2.0.0", | ||
"description": "TypeScript and JavaScript dictionary for cspell.", | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
"test": "head -n 100 \"typescript.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=typescript\" stdin", | ||
"prepublishOnly": "yarn test", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "yarn run build" | ||
@@ -41,3 +41,3 @@ }, | ||
], | ||
"gitHead": "9e3674306f08bbb0c68df1a1c67628bf7ca8869b" | ||
"gitHead": "5fe03a7c9c10459a3c50242737f27bcf3e980f5e" | ||
} |
16253
61