wbuchwalter / tslint-loader

tslint loader for webpack
193 stars 65 forks source link

Is it possible to ignore no-default-export for vue files? #115

Open akoidan opened 5 years ago

akoidan commented 5 years ago

I want to use rule no-default-export but in vue it's not possible to use named export.

Thus I want to ignore tslint checks for vue files for default export and leave them for .ts files