Answer the question
In order to leave comments, you need to log in
How to remove extra parentheses in .prettierrc?
I'm using .prettierrc in a Vue project with the following settings:
{
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"bracketSpacing": true,
"printWidth": 100,
"trailingComma": "none",
"arrowParens": "avoid",
"bracketSameLine": false
}
@updateQuery="val => (query = val)"
@updateQuery="val => query = val"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question