I haven't tried it yet. I like the idea of parsing the JavaScript into AST so you end up with consistent formatting that addresses max line length.
I saw a pre commit hook that processes changed files but I disagree with this approach because it makes changes hard to see. I'd rather the whole repo be prettier at once and not contain other changes
I haven't tried it yet. I like the idea of parsing the JavaScript into AST so you end up with consistent formatting that addresses max line length.
I saw a pre commit hook that processes changed files but I disagree with this approach because it makes changes hard to see. I'd rather the whole repo be prettier at once and not contain other changes