@qlik/prettier-config
v0.4.19
Published
Qlik's shared Prettier config
Downloads
33,443
Readme
@qlik/prettier-config
Prettier config to share among projects for consistent formatting. The config is based on prettier's default values except for printWidth
which is set to 120. It also adds three plugins prettier-plugin-organize-imports
, prettier-plugin-svelte
and prettier-plugin-packagejson
to keep imports and package.json
fields consistently sorted.
usage
Add this to package.json
"prettier": "@qlik/prettier-config",