提交 8fca24bd 编写于 作者: A Alfredo Sumaran

Move eslint disable rule before line containing the offense

上级 9cce9e73
<script>
/* eslint-disable no-alert */
import eventHub from '../event_hub';
export default {
......@@ -32,6 +30,7 @@ export default {
onLeaveGroup(e) {
e.preventDefault();
// eslint-disable-next-line no-alert
if (confirm(`Are you sure you want to leave the "${this.group.fullName}" group?`)) {
this.leaveGroup();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册