Linter for VSCode extensions, supporting language syntax, snippets, themes and more.
Install vscode-linter dependency for your VSCode extension
yarn add vscode-linter --dev || npm install vscode-linter -DAlternatively, you can install vscode-linter globally for use as a CLI tool
yarn global add vscode-linter || npm install -g vscode-linterThis work is licensed under The MIT License