Skip to content

Stremio/stremio-addon-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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