apply default-case

This commit is contained in:
pypy
2020-01-11 20:18:19 +09:00
parent fcb4baf7a6
commit b225e596d0
2 changed files with 9 additions and 1 deletions

View File

@@ -26,7 +26,6 @@ module.exports = {
'camelcase': 0,
'capitalized-comments': 0,
'complexity': 0,
'default-case': 0,
'func-names': 0,
'function-call-argument-newline': 0,
'guard-for-in': 0,