MSLint will lint your code and display the result directly inside VS Code.
Configuration
If you are using a single root workspace, the extension will look for an mslint.json configuration file in the root of the workspace. See the configuration file documentation for all available options.
Extension Settings
The extension offer the following settings:
mslint.lintOn: Specifies when to lint the file. As you type, on save or on command only.
mslint.configFileName: Name of the MSLint configuration file that the extension will search in the root of the workspace.
mslint.configFilePath: Path to a configuration file to use instead of the one found in the root of the workspace.