mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-15 11:50:19 -06:00
Updates `tslint.js` to respect `linterOptions.exclude`() from `tslint.json`. Previously, this configuration option was ignored in favour of the following list of globs: ``` ['src/**/*.ts', 'src/**/*.vue', 'src/**/*.tsx', 'tests/**/*.ts', 'tests/**/*.tsx'] ``` See: https://palantir.github.io/tslint/usage/configuration/