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

Ignore words when you are accessing object properties #97

Open
FezVrasta opened this issue Jul 11, 2024 · 0 comments
Open

Ignore words when you are accessing object properties #97

FezVrasta opened this issue Jul 11, 2024 · 0 comments

Comments

@FezVrasta
Copy link

Let's say I import an object from a library:

import { foo } from 'bar';

I then use foo.misspelledWord and the plugin warns me I have a misspelled word, it should not warn me though because I have no control over the spelling of the import.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant