mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-03 02:20:59 -05:00
chore: todo [ci-skip]
This commit is contained in:
@@ -41,6 +41,7 @@ module.exports = api => {
|
||||
}, (args) => {
|
||||
const { run } = require('tslint/lib/runner')
|
||||
|
||||
// TODO make this support *.vue files
|
||||
return run({
|
||||
files: args._ && args._.length ? args._ : ['src/**/*.ts'],
|
||||
exclude: args.exclude || [],
|
||||
|
||||
Reference in New Issue
Block a user