0k’s own tuning of prettier
npm install -D @0k/prettier
This package is meant as a single package to import with no configuration files and a opinionated default configuration.
singleQuote: true
semi: false
tabWidth: 4
spaceBeforeFunctionParen: true
printWidth: 80
Note that it uses prettierx
under the hood to unsure the
capability of setting spaceBeforeFunctionParen
.
This package can change without notice, but provides tags.