prettier / tslint-plugin-prettier

Runs Prettier as a TSLint rule and reports differences as individual TSLint issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support prettier v2

snebjorn opened this issue · comments

I get these warnings with prettier@2.0.2 and tslint@6.1.0 installed.

npm WARN tslint-plugin-prettier@2.1.0 requires a peer of prettier@^1.9.0 but none is installed. You must install peer dependencies yourself.
npm WARN tslint-plugin-prettier@2.1.0 requires a peer of tslint@^5.0.0 but none is installed. You must install peer dependencies yourself.

I'm also getting these on every line in VSCode after updating prettier

image

Not sure if it's this plugin that's causing it.