no-undefined

This commit is contained in:
pypy
2021-01-21 12:56:13 +09:00
parent 07bbb7033f
commit c9a343d779

View File

@@ -64,7 +64,6 @@ module.exports = {
'no-shadow': 0,
'no-tabs': 0,
'no-ternary': 0,
'no-undefined': 0,
'no-underscore-dangle': 0,
'no-var': 0,
'no-warning-comments': 0,