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