mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-12 19:33:50 +02:00
allow continue syntax
This commit is contained in:
@@ -45,6 +45,7 @@ module.exports = {
|
||||
'new-cap': 0,
|
||||
'no-bitwise': 0,
|
||||
'no-console': 0,
|
||||
'no-continue': 0,
|
||||
'no-empty': ['error', { 'allowEmptyCatch': true }],
|
||||
'no-magic-numbers': 0,
|
||||
'no-mixed-operators': 0,
|
||||
|
||||
Reference in New Issue
Block a user