[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

View File

@@ -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
}