1{
2 lib,
3 vscode-utils,
4}:
5
6vscode-utils.buildVscodeMarketplaceExtension {
7 mktplcRef = {
8 name = "vscode-eslint";
9 publisher = "dbaeumer";
10 version = "3.0.15";
11 hash = "sha256-oeudNCBrHO3yvw3FrFA4EZk1yODcRRfF/y3U5tdEz4I=";
12 };
13
14 meta = {
15 changelog = "https://marketplace.visualstudio.com/items/dbaeumer.vscode-eslint/changelog";
16 description = "Integrates ESLint JavaScript into VS Code";
17 downloadPage = "https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint";
18 homepage = "https://github.com/Microsoft/vscode-eslint";
19 license = lib.licenses.mit;
20 maintainers = [ lib.maintainers.datafoo ];
21 };
22}