prettier-tslint
prettier-tslint copied to clipboard
linterOptions in tslint.json is ignored
The linterOptions of tslint.json is only supported by the CLI, not the programmatic API of tslint.
This library needs to support linterOptions on its own, unfortunately.
See here: https://github.com/palantir/tslint/issues/3722
Hi, Can someone look into it I am also facing this issue?