We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdcac3 commit 35e02a2Copy full SHA for 35e02a2
packages/@vue/cli-plugin-typescript/generator/index.js
@@ -3,7 +3,6 @@ module.exports = (api, {
3
tsLint,
4
lintOn = []
5
}, _, invoking) => {
6
- debugger
7
if (typeof lintOn === 'string') {
8
lintOn = lintOn.split(',')
9
}
0 commit comments