-
Notifications
You must be signed in to change notification settings - Fork 57
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
eslint aura conflict in new project #511
Comments
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 not received a response in 60 days. It will auto-close in 7 days unless a response is posted. |
Still affects a fresh project using % npx sfdx-cli force:project:create --projectname eslint-issue
% cd eslint-issue
% npm i
% npm run lint
> [email protected] lint
> eslint **/{aura,lwc}/**
Oops! Something went wrong! :(
ESLint: 8.24.0
You are linting "**/aura/**", but all of the files matching the glob pattern "**/aura/**" are ignored. |
We have determined that the issue you reported exists in code owned by another team that uses only the official support channels. To ensure that your issue is addressed, open an official Salesforce customer support ticket with a link to this issue. We encourage anyone experiencing this issue to do the same to increase the priority. We will keep this issue open for the community to collaborate on. |
This issue has been linked to a new work item: W-11808317 |
Is there any update? |
Summary
Steps To Reproduce:
Affects a fresh project using latest
sfdx-cli
:$ npx sfdx-cli force:project:create --projectname eslint-issue $ cd issue $ npm i $ npm run lint
Expected result
No error
Actual result
System Information
Which shell/terminal are you using? (e.g. bash, zsh, powershell 5, powershell 7, cmd.exe, etc.) bash
If you are using
sfdx
sfdx version --verbose --json
Version (click to show)
Additional information
The instructions from the official docs (https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.get_started_sfdx_scratch_org) elicit the error in question -- have they been tested?
The text was updated successfully, but these errors were encountered: