Salesforce.com:Scanning the Salesforce Lightning code for Quality
Salesforce Lightning CLI
Lightning
CLI is a Heroku Toolbelt plugin that lets you scan your code for
general JavaScript coding issues and Lightning-specific issues. This
tool is useful for preparing your Lightning components code for
LockerService enablement.
Lightning CLI is a linting tool based on the open source
ESLint project. Like ESLint, the CLI tool flags general JavaScript
issues it finds in your code.
Lightning CLI alerts you to specific issues related to
LockerService. Issues that are flagged include incorrect Lightning
components code, and usage of unsupported or private JavaScript API
methods. Lightning CLI installs into the Heroku Toolbelt, and is used on
the command line.
Comments
Post a Comment