We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adc0b5 commit 549ff7fCopy full SHA for 549ff7f
packages/@vue/cli-plugin-typescript/lib/tslint.js
@@ -75,7 +75,7 @@ module.exports = function lint (args = {}, api, silent) {
75
76
const files = args._ && args._.length
77
? args._
78
- : ['src/**/*.ts', 'src/**/*.vue', 'test/**/*.ts']
+ : ['src/**/*.ts', 'src/**/*.vue', 'tests/**/*.ts']
79
80
const stripTsExtension = str => str.replace(/\.vue\.ts\b/g, '.vue')
81
0 commit comments