electron-store
electron-store copied to clipboard
Ajv is in strict mode
Ajv updated its default values for the strict mode, resulting in a thrown error when using validation keywords it doesnt know.
Solution propositions:
- Fix conf package by disabling strict mode.
- Let the user decide if he wants strict mode enabled. (I guess thats kinda harder to achieve. Fix conf -> fix electron-store)