no-control-regex off

This commit is contained in:
pypy
2021-01-21 12:39:24 +09:00
parent d2bf788eff
commit d39fa737e3

View File

@@ -45,6 +45,7 @@ module.exports = {
'no-bitwise': 0,
'no-console': 0,
'no-continue': 0,
'no-control-regex': 0,
'no-empty': [
'error',
{