mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +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:
+2
-2
@@ -72,7 +72,7 @@
|
||||
"dependencies": {
|
||||
"@alfresco/js-api": "4.11.0-125",
|
||||
"@angular/animations": "^10.0.4",
|
||||
"@angular/cdk": "10.1.3",
|
||||
"@angular/cdk": "^10.1.3",
|
||||
"@angular/common": "^10.0.4",
|
||||
"@angular/compiler": "^10.0.4",
|
||||
"@angular/core": "^10.0.4",
|
||||
@@ -145,7 +145,7 @@
|
||||
"eslint-plugin-import": "2.25.4",
|
||||
"eslint-plugin-jsdoc": "30.7.6",
|
||||
"eslint-plugin-prefer-arrow": "1.2.2",
|
||||
"eslint-plugin-rxjs": "5.0.2",
|
||||
"eslint-plugin-rxjs": "^3.0.2",
|
||||
"eslint-plugin-unicorn": "40.1.0",
|
||||
"github-api": "^3.4.0",
|
||||
"graphql": "^15.8.0",
|
||||
|
||||
Reference in New Issue
Block a user