mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-8659] fix eslint configuration for rxjs (#7607)
* fix eslint configuration for rxjs * update vs code settings * disable arror-functions warning
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -8,7 +8,6 @@
|
||||
"**/coverage": true,
|
||||
"**/.happypack": true
|
||||
},
|
||||
"editor.renderIndentGuides": true,
|
||||
"markdownlint.config": {
|
||||
"MD032": false,
|
||||
"MD004": false,
|
||||
@@ -31,5 +30,6 @@
|
||||
"less",
|
||||
"postcss",
|
||||
"scss"
|
||||
]
|
||||
],
|
||||
"editor.guides.indentation": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user