TSLint is running on empty script tag content, even when a src attribute is defined.
<template src="./App.html"></template>
<style scoped src="./App.css"></style>
<script lang="ts" src="./App.ts"></script>
This raises tslint errors for missing EOL
ERROR in C:/devel/projects/vue-ts-test/src/App.vue
(3,91): file should end with a newline