v2019.10.31

This commit is contained in:
pypy
2019-10-31 01:36:04 +09:00
parent 8789b48ba9
commit b5cd4b3184
4 changed files with 28 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ module.exports = {
'complexity': 0,
'default-case': 0,
'func-names': 0,
'function-call-argument-newline': 0,
'guard-for-in': 0,
'id-length': 0,
'indent': 0,
@@ -42,6 +43,7 @@ module.exports = {
'multiline-comment-style': 0,
'newline-per-chained-call': 0,
'new-cap': 0,
'no-bitwise': 0,
'no-console': 0,
'no-empty': ['error', { 'allowEmptyCatch': true }],
'no-magic-numbers': 0,