-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When executing force:project:create, .eslintignore
doesn't contain "*.app"
#1004
Comments
.eslintignore
doesn't contain "*.app"
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
This issue has been linked to a new work item: W-9229019 |
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Hi @zaki-yama this was merged and will be released soon. Thanks for pointing that out 👍 |
@WillieRuemmele |
* 51.12 RNs * Add fix to github issue #1004
Summary
When I create a project by
sfdx force:project:create
, the generated .eslintignore doesn't contain*.app
which represents Lightning(Aura) Application.Steps To Reproduce:
Repository to reproduce: https://github.com/zaki-yama-labs/standard-sfdx-project
sfdx force:project:create --projectname=standard-sfdx-project
cd standard-sfdx-project
.eslintignore
Expected result
I think
.eslintignore
should contain**/aura/**/*.app
same as other aura-related resources.Actual result
It doesn't contain
**/aura/**/*.app
.Additional information
The problem is, if there are Lightning Application files (
*.app
) locally, then runnpm run lint:aura
, it raises an error.SFDX CLI Version(to find the version of the CLI engine run sfdx --version):
SFDX plugin Version(to find the version of the CLI plugin run sfdx plugins --core)
OS and version:
macOS Big Sur 11.3
The text was updated successfully, but these errors were encountered: