enso/.prettierrc.yaml
somebody1234 0aa7d7ee4d
Fix prettier config; run prettier (#6132)
* Fix prettier config; run prettier

* add workaround for double re-render

* add missing fixme

---------

Co-authored-by: Paweł Buchowski <pawel.buchowski@enso.org>
Co-authored-by: Nikita Pekin <nikita@frecency.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-31 14:49:34 +02:00

19 lines
329 B
YAML

overrides:
- files:
- "*.[j|t]s"
- "*.[j|t]sx"
- "*.m[j|t]s"
- "*.c[j|t]s"
options:
printWidth: 100
tabWidth: 4
semi: false
singleQuote: true
trailingComma: "es5"
arrowParens: "avoid"
- files: "*.md"
options:
printWidth: 80
proseWrap: "always"