Does Microsoft's Typescript Sublime Plugin (https://github.com/Microsoft/TypeScript-Sublime-Plugin) include a linter? When I select View > Syntax > Typescript, a linter tells me that require is not defined:
Is this linter from Microsoft's plugin? I removed all other possibly responsible Sublime packages, but there is nothing in the documentation about the linter. And how do I get it to stop complaining about the require?
