You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i am running the command npx prettier --write .
I got an Error : [error] Error: Invalid --pug-bracket-spacing value. Expected null, false, "" or "true", but received true.
so, i changed "pugBracketSpacing": true to "pugBracketSpacing": "true" , this time, i got [PugPrinter:formatText]: Error: Invalid bracketSpacing value. Expected true or false, but received "true".
The text was updated successfully, but these errors were encountered:
Info
Prettier config
Input
Output or Error
npx prettier --write .
Expected Output
Additional Context
when i am running the command
npx prettier --write .
I got an Error : [error] Error: Invalid --pug-bracket-spacing value. Expected null, false, "" or "true", but received true.
so, i changed
"pugBracketSpacing": true
to"pugBracketSpacing": "true"
, this time, i got [PugPrinter:formatText]: Error: Invalid bracketSpacing value. Expected true or false, but received "true".The text was updated successfully, but these errors were encountered: