@cspell/dict-en_us
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -10,3 +10,3 @@ // cSpell Settings | ||
"name": "en_us", | ||
"file": "./en_US.trie.gz", | ||
"path": "./en_US.trie.gz", | ||
"repMap": [["'|`|’", "'"]], | ||
@@ -28,3 +28,3 @@ "description": "American English Dictionary" | ||
// Multiple locals can be specified like: "en, en-US" to match both English and English US. | ||
"local": "en,en-US", | ||
"locale": "en,en-US", | ||
// By default the whole text of a file is included for spell checking | ||
@@ -49,5 +49,5 @@ // Adding patterns to the "includeRegExpList" to only include matching patterns | ||
// Words to always be considered an error | ||
"flagWords": ["hte", "teh"] | ||
"flagWords": [] | ||
} | ||
] | ||
} |
{ | ||
"name": "@cspell/dict-en_us", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "English dictionary for cspell.", | ||
@@ -58,3 +58,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "b205afbb533926ffaa26a6e48aba3b4eb752879d" | ||
"gitHead": "bb8d57a5736ec66fbdd55751ab6753b0e6dab33e" | ||
} |
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
439901