[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:
Denys Vuika
2022-05-11 09:38:49 +01:00
committed by GitHub
parent 106441873a
commit fd0626391c
4 changed files with 17 additions and 246 deletions
+2 -2
View File
@@ -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",