allow no-param-reassign

This commit is contained in:
pypy
2020-01-12 03:02:37 +09:00
parent b894c8f2f3
commit ebaa6a2042

View File

@@ -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,