@cspell/dict-npm
Advanced tools
Comparing version 1.0.16 to 2.0.0
@@ -6,2 +6,3 @@ // cSpell Settings | ||
"description": "NPM dictionary for cspell.", | ||
"readonly": true, | ||
// List of dictionary files to add to the global list of dictionaries | ||
@@ -11,3 +12,3 @@ "dictionaryDefinitions": [ | ||
"name": "npm", | ||
"file": "./npm.txt.gz", | ||
"path": "./npm.txt.gz", | ||
"description": "NPM dictionary for cspell." | ||
@@ -28,3 +29,3 @@ } | ||
// 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 | ||
@@ -41,3 +42,3 @@ // Adding patterns to the "includeRegExpList" to only include matching patterns | ||
"dictionaries": ["npm"], | ||
// 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": [] | ||
@@ -44,0 +45,0 @@ } |
{ | ||
"name": "@cspell/dict-npm", | ||
"version": "1.0.16", | ||
"version": "2.0.0", | ||
"description": "Dictionary of common NPM packages for cspell.", | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
"test": "head -n 100 \"npm.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=javascript\" stdin", | ||
"prepublishOnly": "yarn test", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "yarn run build" | ||
@@ -41,3 +41,3 @@ }, | ||
], | ||
"gitHead": "648c58644eac2bc11360a8475ebb44397ce9d5d2" | ||
"gitHead": "5fe03a7c9c10459a3c50242737f27bcf3e980f5e" | ||
} |
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
7090
43