We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check that tslint problem matcher works with Webpack and expand $awesometsc to include it if not.
The text was updated successfully, but these errors were encountered:
This should do the trick
// tslint as errors { "owner": "webpack", "severity": "error", "fileLocation": "relative", "pattern": [ { "regexp": "ERROR in ([^:]*)", "file" : 1 }, { "regexp": "\\[(\\d+), (\\d+)\\]: (.*)", "line": 1, "column": 2, "message": 3, "loop": true } ] }, // tslint as warning { "owner": "webpack", "severity": "warning", "fileLocation": "relative", "pattern": [ { "regexp": "WARNING in (.*)", "file" : 1 }, { "regexp": "\\[(\\d+), (\\d+)\\]: (.*)", "line": 1, "column": 2, "message": 3, "loop": true } ] }]
Sorry, something went wrong.
Merger errors and ts-lint problem matcher
342e686
#1 Support for tslint-loader #2 Merger errors with language services
ragnarol
No branches or pull requests
Check that tslint problem matcher works with Webpack and expand $awesometsc to include it if not.
The text was updated successfully, but these errors were encountered: