SkylerBurger / new_tab_dialer

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

Data Validation with Joi #75

Closed SkylerBurger closed 3 weeks ago

SkylerBurger commented 3 weeks ago

Summary

This PR addresses Issue #30 which requests that data validation be added using a package called joi to ensure a config is valid before importing or exporting.

Changes