mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
no-await-in-loop off
This commit is contained in:
@@ -42,6 +42,7 @@ module.exports = {
|
|||||||
'multiline-comment-style': 0,
|
'multiline-comment-style': 0,
|
||||||
'newline-per-chained-call': 0,
|
'newline-per-chained-call': 0,
|
||||||
'new-cap': 0,
|
'new-cap': 0,
|
||||||
|
'no-await-in-loop': 0,
|
||||||
'no-bitwise': 0,
|
'no-bitwise': 0,
|
||||||
'no-console': 0,
|
'no-console': 0,
|
||||||
'no-continue': 0,
|
'no-continue': 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user