-
Notifications
You must be signed in to change notification settings - Fork 131
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
module-getter rule false positive #240
Comments
Thanks @keirlawson Could you send a PR with a failing unit test ? ;) Manu |
There seem to be another false positive for this rule, should I create a new issue for that? It happens when an object has the
The ESLint errors than go like this:
|
Same here: $localForageProvider.config({
driver: 'localStorageWrapper',
name: 'test',
storeName: 'test'
}); |
I solved the first issue. But the last 2, I do not know how we can solve it. |
I close this issue. See #223 |
This rule is getting triggered for the following code:
The text was updated successfully, but these errors were encountered: