We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I've noticed that prettier and standard disagree on at least one rule, about putting a space before the parentheses in a function declaration:
// prettier function foo() { } // standard function foo () { }
How does this tool resolve the conflict?