off on-shadow

This commit is contained in:
pypy
2021-01-21 12:26:38 +09:00
parent 15fdef5c1a
commit 0dfbb37bfe

View File

@@ -56,6 +56,7 @@ module.exports = {
'no-param-reassign': 0,
'no-plusplus': 0,
'no-redeclare': 0,
'no-shadow': 0,
'no-tabs': 0,
'no-ternary': 0,
'no-undefined': 0,