Skip to content

display better error messages #108

@dagda1

Description

@dagda1

I have my tslint-loader configured like this:

        {
          test: /\.tsx$/,
          enforce: 'pre',
          use: [
            {
              loader: 'tslint-loader',
              options: {
                configFile: paths.tsLintConfig,
                tsConfig: paths.tsConfig,
                emitError: true,
                failOnHint: true,
                fix: false
              }
            }
          ]
        },

Is there a way to improve the error messages from this:

tslint

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions