wrap-regex off

This commit is contained in:
pypy
2021-01-21 12:42:27 +09:00
parent 6095fe59d4
commit 831a3839d2
+2 -1
View File
@@ -94,6 +94,7 @@ module.exports = {
} }
], ],
strict: 0, strict: 0,
'vars-on-top': 0 'vars-on-top': 0,
'wrap-regex': 0
} }
}; };