webstrom 2020.2.1
Do you have prettier installed in your project ( npm install --save-dev prettier)?
npm install --save-dev prettier
this is my package.json
From the stack it's clear that you have eslint-plugin-prettier installed that, in turn, requires prettier. Does ESLint work in CLI?
请先登录再写评论。
Do you have prettier installed in your project (
npm install --save-dev prettier)?this is my package.json
From the stack it's clear that you have eslint-plugin-prettier installed that, in turn, requires prettier. Does ESLint work in CLI?