mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-2364] support 'canPreview' rule for the Viewer (#1102)
* support `canPreview` rule for the Viewer * update plint settings * update prettier settings for plint * test fixes * update config
This commit is contained in:
10
.github/plint.yml
vendored
10
.github/plint.yml
vendored
@@ -2,11 +2,21 @@ modules:
|
||||
- pr.prettier
|
||||
- pr.spellcheck
|
||||
|
||||
prettier:
|
||||
exclude:
|
||||
- '*.json'
|
||||
|
||||
spellcheck:
|
||||
dictionaries:
|
||||
- html
|
||||
- en-gb
|
||||
- en_US
|
||||
words:
|
||||
- plint
|
||||
- ngrx
|
||||
- qshare
|
||||
- snackbar
|
||||
- exif
|
||||
- docx
|
||||
exclude:
|
||||
- src/assets/app.extensions.json
|
||||
|
Reference in New Issue
Block a user