fix-js-globals

Installation
SKILL.md

Fix JavaScript Global Access (no-globals)

This skill fixes no-globals errors in JavaScript files that the UI5 linter detects but cannot auto-fix. The linter's auto-fix only works for simple read-access patterns; this skill handles the complex cases.

Linter Rule

Rule ID Message Pattern
no-globals Access of global variable '...' (...)

Getting More Information with --details

Run the linter with the --details flag to get additional information about deprecated APIs and their replacements:

npx @ui5/linter --details
Installs
10
GitHub Stars
25
First Seen
12 days ago
fix-js-globals — ui5/plugins-coding-agents