Plugin for su6 that adds prettier.io
functionality.
pip install su6-plugin-prettier
# or
pip install su6[prettier]
# optionally, if prettier isn't installed yet:
su6 install-prettier
su6 prettier # to check
su6 prettier --fix # to change files
(all keys are optional, and also usable as flags to prettier
(e.g. --target ./path/to/files
))
[tool.su6.prettier]
target = "./path/to/js/files"
node_modules = "path/to/node_modules"
su6-plugin-prettier
is distributed under the terms of the MIT license.