panuhorsmalahti / gulp-tslint

TypeScript linter plugin for Gulp
MIT License
118 stars 44 forks source link

Use formattersDirectory in tslintPlugin #148

Open Adjective-Object opened 6 years ago

Adjective-Object commented 6 years ago

Formatters that needed to be looked up with formattersDirectory caused crashes in report. This PR passes formattersDirectory through to findFormatter in report to stop this crash.