1.7.0 • Published 5 years ago

stremio-addon-linter v1.7.0

Weekly downloads
214
License
MIT
Repository
github
Last release
5 years ago

stremio-addon-linter

Checks the validity of Stremio add-ons. Used by stremio-addon-sdk.

Usage

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