mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-4837] improved spellcheck configuration (#3063)
This commit is contained in:
51
cspell.json
51
cspell.json
@@ -3,88 +3,47 @@
|
|||||||
"language": "en",
|
"language": "en",
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
".*",
|
".*",
|
||||||
|
"CODEOWNERS",
|
||||||
"package.json"
|
"package.json"
|
||||||
],
|
],
|
||||||
"words": [
|
"words": [
|
||||||
"ADDFEATURES",
|
"ADDFEATURES",
|
||||||
"afts",
|
"afts",
|
||||||
"androidamw",
|
"androidamw",
|
||||||
"cardview",
|
|
||||||
"CHECKIN",
|
"CHECKIN",
|
||||||
"classlist",
|
|
||||||
"cryptodoc",
|
|
||||||
"datatable",
|
"datatable",
|
||||||
"dateitem",
|
"dateitem",
|
||||||
"datetimepicker",
|
"datetimepicker",
|
||||||
"denysvuika",
|
|
||||||
"devtools",
|
|
||||||
"docx",
|
|
||||||
"domcontentloaded",
|
"domcontentloaded",
|
||||||
"errored",
|
|
||||||
"erroredSpy",
|
|
||||||
"exif",
|
|
||||||
"filelink",
|
"filelink",
|
||||||
"folderlink",
|
"folderlink",
|
||||||
"formcontrolname",
|
"formcontrolname",
|
||||||
"fullscreen",
|
|
||||||
"gitter",
|
|
||||||
"guid",
|
|
||||||
"hruser",
|
"hruser",
|
||||||
"injectable",
|
|
||||||
"iosamw",
|
"iosamw",
|
||||||
"jira",
|
|
||||||
"jsonp",
|
|
||||||
"Kerberos",
|
|
||||||
"keycodes",
|
|
||||||
"LGPL",
|
|
||||||
"markdownlint",
|
|
||||||
"mimetype",
|
|
||||||
"mincount",
|
|
||||||
"mobileapps",
|
"mobileapps",
|
||||||
"mysites",
|
"mysites",
|
||||||
"networkidle",
|
"networkidle",
|
||||||
"nginx",
|
|
||||||
"ngrx",
|
|
||||||
"ngstack",
|
|
||||||
"noderef",
|
"noderef",
|
||||||
"pdfjs",
|
"pdfjs",
|
||||||
"PNAME",
|
"PNAME",
|
||||||
"polyfill",
|
|
||||||
"polyfills",
|
|
||||||
"promisify",
|
|
||||||
"QNAME",
|
"QNAME",
|
||||||
"qshare",
|
"qshare",
|
||||||
"Redistributable",
|
|
||||||
"repo",
|
"repo",
|
||||||
"salesuser",
|
"salesuser",
|
||||||
"sharedlinks",
|
"sharedlinks",
|
||||||
"sidenav",
|
"sidenav",
|
||||||
"simpletask",
|
"simpletask",
|
||||||
"snackbar",
|
|
||||||
"SOLR",
|
|
||||||
"submenu",
|
|
||||||
"submenus",
|
|
||||||
"succes",
|
"succes",
|
||||||
"superadmin",
|
"superadmin",
|
||||||
"textitem",
|
"textitem",
|
||||||
"thumbnailed",
|
"thumbnailed",
|
||||||
"titlecase",
|
"versionable"
|
||||||
"tooltip",
|
|
||||||
"tooltips",
|
|
||||||
"truthy",
|
|
||||||
"unfavorite",
|
|
||||||
"unindent",
|
|
||||||
"unshare",
|
|
||||||
"uploader",
|
|
||||||
"validators",
|
|
||||||
"versionable",
|
|
||||||
"webm",
|
|
||||||
"xdescribe",
|
|
||||||
"xpath"
|
|
||||||
],
|
],
|
||||||
"dictionaries": [
|
"dictionaries": [
|
||||||
"html",
|
"html",
|
||||||
"en-gb",
|
"en-gb",
|
||||||
"en_US"
|
"en_US",
|
||||||
|
"typescript",
|
||||||
|
"softwareTerms"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user