@vue/cli-plugin-typescript lint failed when tslint.json has extends
configuration (with linterOptions.exclude in extended file)
#3558
Labels
Version
3.4.1
Reproduction link
https://github.com/luhantao/cli-plugin-typescript-example
Environment info
Steps to reproduce
yarn
to install packagesyarn tslint
, it works well (usetslint
directly)yarn cli-lint
, and it fails (usevue-cli-service lint
)What is expected?
work same as using
tslint
directlyWhat is actually happening?
throw error, 'TypeError: Cannot read property 'exclude' of undefined'
The text was updated successfully, but these errors were encountered: