mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 03:03:47 +02:00
v2019.10.31
This commit is contained in:
@@ -28,6 +28,7 @@ module.exports = {
|
||||
'complexity': 0,
|
||||
'default-case': 0,
|
||||
'func-names': 0,
|
||||
'function-call-argument-newline': 0,
|
||||
'guard-for-in': 0,
|
||||
'id-length': 0,
|
||||
'indent': 0,
|
||||
@@ -42,6 +43,7 @@ module.exports = {
|
||||
'multiline-comment-style': 0,
|
||||
'newline-per-chained-call': 0,
|
||||
'new-cap': 0,
|
||||
'no-bitwise': 0,
|
||||
'no-console': 0,
|
||||
'no-empty': ['error', { 'allowEmptyCatch': true }],
|
||||
'no-magic-numbers': 0,
|
||||
|
||||
Reference in New Issue
Block a user