no func-style

This commit is contained in:
pypy
2021-02-03 11:37:23 +09:00
parent d723ec94d3
commit 202ab36a16

View File

@@ -30,6 +30,7 @@ module.exports = {
'class-methods-use-this': 0,
complexity: 0,
'func-names': 0,
'func-style': 0,
'function-call-argument-newline': 0,
'guard-for-in': 0,
'id-length': 0,