tern-lint is able to use JSDoc annotations to validate your annotated JavaScript files :
To use JSDoc annotations , your .tern-project must declare doc_comment with strong option :
.tern-project
doc_comment
strong
{ "libs": ["ecma5","browser"], "plugins": { "doc_comment":{"strong": true}, "lint": {} } }
There was an error while loading. Please reload this page.