Skip to content
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

camelcase docs don't reflect #1187 #1324

Open
c-antin opened this issue Sep 15, 2024 · 1 comment
Open

camelcase docs don't reflect #1187 #1324

c-antin opened this issue Sep 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@c-antin
Copy link

c-antin commented Sep 15, 2024

Lint Name

camelcase

Code Snippet

const { lastName } = obj1; //valid, because one has no control over the identifier
import { camelCased } from "external-module.js"; //valid, because one has no control over the identifier
@c-antin c-antin added the bug Something isn't working label Sep 15, 2024
@c-antin
Copy link
Author

c-antin commented Sep 15, 2024

See PR #1325

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant