electron-store icon indicating copy to clipboard operation
electron-store copied to clipboard

Ajv is in strict mode

Open tganzhorn opened this issue 2 years ago • 0 comments

Ajv updated its default values for the strict mode, resulting in a thrown error when using validation keywords it doesnt know.

Solution propositions:

  1. Fix conf package by disabling strict mode.
  2. Let the user decide if he wants strict mode enabled. (I guess thats kinda harder to achieve. Fix conf -> fix electron-store)

tganzhorn avatar Oct 07 '22 16:10 tganzhorn