macklinu / danger-plugin-tslint

Danger plugin for TSLint
MIT License
10 stars 3 forks source link

feat(tslint): change plugin API #7

Closed macklinu closed 7 years ago

macklinu commented 7 years ago

This commit changes the API to load the TSLint results JSON file from disk instead of using TSLint's programmatic API to run TSLint. While this requires an extra setup step for users, this allows this plugin to be functional (v1.0.0 did not work properly).

This commit also resolves #5.

BREAKING CHANGE: there is a new configuration API, so this will result in a major version bump.