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, 'camelcase': 0,
'capitalized-comments': 0, 'capitalized-comments': 0,
'complexity': 0, 'complexity': 0,
'default-case': 0,
'func-names': 0, 'func-names': 0,
'function-call-argument-newline': 0, 'function-call-argument-newline': 0,
'guard-for-in': 0, 'guard-for-in': 0,

View File

@@ -3260,6 +3260,9 @@ if (window.CefSharp) {
} }
}); });
break; break;
default:
break;
} }
}); });
@@ -6166,6 +6169,8 @@ if (window.CefSharp) {
type: 'hideAvatar' type: 'hideAvatar'
}); });
break; break;
default:
break;
} }
}; };
@@ -6437,6 +6442,8 @@ if (window.CefSharp) {
return args; return args;
}); });
break; break;
default:
break;
} }
} }
} }
@@ -6570,6 +6577,8 @@ if (window.CefSharp) {
avatarId: D.id avatarId: D.id
}); });
break; break;
default:
break;
} }
} }
} }