Files
vsix_runtime_checks/meta/stylelint.vscode-stylelint.yml
T

8 lines
201 B
YAML
Raw Normal View History

2026-06-10 17:23:29 +03:00
install_dependencies: "npm ci"
build_vsix: "npx vsce package --out source.vsix"
run_tests: "npm run build-bundle && npm run jest -- --coverage"
coverage:
enabled: true
tool: "jest"
threshold: 80