ory / elements

Ory Elements is a component library that makes building login, registration and account pages for Ory a breeze. Check out the components library on Chromatic https://www.chromatic.com/library?appId=63b58e306cfd32348fa48d50
https://ory.sh
Apache License 2.0
84 stars 41 forks source link

feat: strict eslint #148

Closed Benehiko closed 9 months ago

Benehiko commented 9 months ago

Related Issue or Design Document

This PR adds stricter type checking to the code base. This allows us to catch bugs early in the library as well as in playwright tests.

Tests were also added to some of the components to ensure they behave as expected, such as the error messages. Translation tests now also checks that template strings exist within the translation based on the english version.

Checklist

Further comments