ory / examples

A curated collection of examples and solutions created and maintained by the Ory Community.
https://www.ory.sh/community/
Apache License 2.0
140 stars 67 forks source link

fix: formatting and broken CI #50

Closed kevgo closed 2 years ago

kevgo commented 2 years ago

Fixes a formatting issue that breaks Prettier, and make Playwright work on CI.

Related Issue or Design Document

https://github.com/ory/meta/pull/170

Checklist

Further comments

Formatting is not enforced on CI here, so such formatting issues will keep creeping in. I'm going to set up consistent formatting enforcement for all repos separately from this, since it will change hundreds of files and bury the relevant changes here.