-
-
Notifications
You must be signed in to change notification settings - Fork 753
[WIP] Refactoring #800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Refactoring #800
Changes from all commits
6fb93d3
208a048
af1fd0b
ae51683
ec2f875
4c26659
76b3491
3538369
89d481f
722d086
18ac645
8077f29
31a2c1a
d3d210e
4610dd7
486528e
b3724fd
b780761
ce64ed4
0af2d60
1d8749d
155265c
1b12a84
d300d0e
dbe7ecb
2ca2634
8cac086
52cc49e
3de643c
e048cda
894e428
7dadc9b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,7 +34,8 @@ | |
| "default-case": 0, | ||
| "import/no-extraneous-dependencies": 0, | ||
| "no-cond-assign": 0, | ||
| "array-callback-return": 0, | ||
| "function-paren-newline": 0 | ||
| "import/no-unresolved": 0, | ||
| "no-await-in-loop": 0, | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we have loops where await is used following |
||
| "arrow-body-style": 0 | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this makes some linex extra long and unreadable |
||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hound CI can't parse this rule. Also, it depends on current installation settings so strictly following it won't be helpful.