Commit Graph

5 Commits

Author SHA1 Message Date
3501533a2b DEV: unpin Prettier version, apply to YAML files
We had Prettier pinned because of https://github.com/prettier/prettier/issues/5529. Since that bug is fixed, unpinning.

Prettier now supports YAML, so this applies Prettier to all .yml except for translations, which should not be edited directly anyway.
2019-01-17 13:05:39 -05:00
edcec0b9a6 adds package.json to prettier ignore list 2018-07-04 10:35:40 +02:00
8126b603e4 fix prettier 2018-06-20 18:26:43 +02:00
525931b77e ignores files failing prettier check only on CI for now (#6001) 2018-06-15 19:02:22 +02:00
174d392e5a DEV: adds prettier (#5956)
Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn`

It's recommended to configure your editor to run prettier on file save.
2018-06-08 11:49:31 +02:00