0.1.2 • Published 6 years ago

trim-whitespaces-loader v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

trim-whitespaces-loader

A quick solution to vue's typescript linting problem where single vue file produces a lot of white spaces.

Example of use:

{
    test: /\.vue$/,
loader: 'vue-loader',
options: {
    loaders: {
    'ts': [
        'vue-ts-loader',
        'tslint-loader?{"emitErrors":true}',
        'trim-whitespaces-loader',
    ],