[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
@@ -64,8 +64,8 @@
"@typescript-eslint/no-require-imports": "off",
"@typescript-eslint/no-var-requires": "error",
"@typescript-eslint/member-ordering": "warn",
"prefer-arrow/prefer-arrow-functions": "warn",
"@typescript-eslint/member-ordering": "off",
"prefer-arrow/prefer-arrow-functions": "off",
"brace-style": [
"error",