SkylerBurger / new_tab_dialer

A Chrome extension inspired by Speed Dial [FVD].
https://dialer.skybur.io
1 stars 0 forks source link

Implement Joi #30

Closed SkylerBurger closed 2 weeks ago

SkylerBurger commented 2 months ago

As a user, I want a clear definition of the config file so it can be validated when loaded or modified.

The config file isn't super complex but I want to validate its structure at a few different points:

https://joi.dev/api

SkylerBurger commented 2 months ago

This issue depends on Issue #29 which will update the structure of the config. No use in defining the data validation until that has been done.

SkylerBurger commented 2 weeks ago

This Issue was addressed in PR #75