Checks the validity of Stremio add-ons (protocol v3)
npm install stremio-addon-linterChecks the validity of Stremio add-ons. Used by stremio-addon-sdk.
#### linter.lintManifest(manifest)
Checks the validity of a manifest.
Returns { valid: true, errors: [], warnings: [...] } if the manifest is valid
Returns { valid: false, errors: [...], warnings: [...] } if errors were found