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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user