Files
docx-js/.cspell.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2022-07-04 14:51:36 +01:00
// cSpell Settings
{
// Version of the setting file. Always 0.2
"version": "0.2",
// language - current active spelling language
"language": "en_US",
2022-07-06 15:26:17 +01:00
"dictionaries": ["en_US", "typescript", "softwareTerms", "fonts", "npm"],
2022-07-04 14:51:36 +01:00
// words - list of words to be always considered correct
"words": [
"Xmlable",
"twip",
"twips",
"jsonify",
"falsey",
"aiueo",
"iroha",
"aiueo",
"iroha",
"chosung",
"Abjad",
2022-07-05 05:06:32 +01:00
"Initializable",
"rels",
"dolan",
"xmlify",
"Xmlifyed",
"xmlified",
"datas",
"jszip",
"rsid",
"NUMPAGES",
2022-07-06 14:05:37 +01:00
"ATLEAST",
"ooxml",
2022-07-06 15:26:17 +01:00
"clippy",
"docsify"
2022-07-05 05:06:32 +01:00
],
"ignoreRegExpList": [
2022-07-06 14:05:37 +01:00
"/\"w:.+\"/",
"/\"s:.+\"/",
"/\"a:.+\"/",
"/\"pic:.+\"/",
"/\"xmlns:.+\"/",
"/\"vt:.+\"/",
2022-07-05 05:06:32 +01:00
"/[^\\s]{40,}/",
"/<xsd:.+/>/",
"/[A-Z_]+ = \".+\"/",
"/XmlAttributeComponent<{[^}]+}>/g",
"/xmlKeys = {[^}]+}/g",
"/\\.to\\.deep\\.equal\\({[^)]+}\\)/g",
"\\.to\\.include\\.members\\(\\[[^\\]]+]\\)",
"/new [a-zA-Z]+\\({[^£]+}\\)/g"
2022-07-04 14:51:36 +01:00
],
2022-07-06 15:26:17 +01:00
"ignorePaths": ["package.json", "docs/api"],
2022-07-04 14:51:36 +01:00
"allowCompoundWords": true,
// flagWords - list of words to be always considered incorrect
// This is useful for offensive words and common spelling errors.
// For example "hte" should be "the"
"flagWords": ["hte"]
}