python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Error: Failed to load plugin 'prettier' declared in '.eslintrc': Cannot find module 'eslint-plugin-prettier'
Im currently setting up a new project and am getting that weird prettier error each time im trying to render...
.eslintrc file:
"parserOptions": {
"sourceType": "module&...

user18472307
Votes: 0
Answers: 0
How to get rid of eslint prettier errors
How do I get rid of this replace error that underline red all over my code?
Also everytime I "fix" all the errors, whenever I save, it show me the same error again.
Cristian Casallas
Votes: 0
Answers: 2
How to setup flatTernaryExpressions in prettier VSCode?
I have configured prettier for formatting documents in VSCode. When I format document, it formats like below
function fun1(value: string): string {
return <condition_1>
? "strin...
hi-ren
Votes: 0
Answers: 0
Is there a way of running Prettier faster?
I'm using the latest versions of these packages:
ESLint: 8.11.0
Prettier: 2.6.0
eslint-plugin-prettier: 4.0.0
eslint-config-prettier: 8.5.0
Rule
Time (ms)
Relative
prettier/prettier
156074.2...

Oswaldo
Votes: 0
Answers: 0