Skip to content

Commit c39fa77

Browse files
committed
test: add no-debugger eslint rule
1 parent 25a48e3 commit c39fa77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
"extends": [
1212
"plugin:vue-libs/recommended",
1313
"plugin:flowtype/recommended"
14-
]
14+
],
15+
rules: {
16+
"no-debugger": 2
17+
}
1518
}

0 commit comments

Comments
 (0)