microsoft/just

question: Do tslintTask prettierTask solve rules conflicts?

bung87 opened this issue · 0 comments

I used tslint-config-prettier to resolve conflicts before, wonder should I still need below code in tslint.json?

{
    "extends": ["tslint:latest", "tslint-config-prettier"]
}