mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 09:13:50 +02:00
allow no-param-reassign
This commit is contained in:
@@ -48,6 +48,7 @@ module.exports = {
|
||||
'no-empty': ['error', { 'allowEmptyCatch': true }],
|
||||
'no-magic-numbers': 0,
|
||||
'no-mixed-operators': 0,
|
||||
'no-param-reassign': 0,
|
||||
'no-plusplus': 0,
|
||||
'no-redeclare': 0,
|
||||
'no-tabs': 0,
|
||||
|
||||
Reference in New Issue
Block a user