mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1390] add spellcheck for the typescript code (#363)
* add spellcheck for the typescript code * update CI config * update spellcheck rules * update spellcheck config and code * run spellcheck for e2e tests * disable e2e test * disable cypress for now
This commit is contained in:
committed by
Cilibiu Bogdan
parent
bda89943a8
commit
829b421108
40
cspell.json
Normal file
40
cspell.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"version": "0.1",
|
||||
"language": "en",
|
||||
"words": [
|
||||
"succes",
|
||||
|
||||
"ngstack",
|
||||
"sidenav",
|
||||
"injectable",
|
||||
"truthy",
|
||||
"cryptodoc",
|
||||
"mysites",
|
||||
"afts",
|
||||
"classlist",
|
||||
"folderlink",
|
||||
"filelink",
|
||||
"datatable",
|
||||
"repo",
|
||||
"snackbar",
|
||||
"promisify",
|
||||
"xdescribe",
|
||||
"unfavorite",
|
||||
|
||||
"unshare",
|
||||
"validators",
|
||||
"guid",
|
||||
"polyfill",
|
||||
"polyfills",
|
||||
"jsonp",
|
||||
"hammerjs",
|
||||
"pdfjs",
|
||||
"xpath",
|
||||
"tooltip",
|
||||
"tooltips",
|
||||
"unindent"
|
||||
],
|
||||
"dictionaries": [
|
||||
"html"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user