Javascript prettier

From wikinotes
Revision as of 15:24, 8 October 2024 by Will (talk | contribs) (Created page with "= Usage = <blockquote> <syntaxhighlight lang="bash"> # execute prettier, and autofix offenses pnpm exec pprettier --write "some/file.js" </syntaxhighlight> </blockquote><!-- Usage -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

# execute prettier, and autofix offenses
pnpm exec pprettier --write "some/file.js"