-
Notifications
You must be signed in to change notification settings - Fork 39
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 object property name as a string #42
Comments
You can work around this with ignoreProperty option |
@edvardchen Is there possibility check Typename of the object and ignore it completely, e.g. |
I think it makes sense to allow developers to ignore all object keys. Somewhat related: the ability to pass regular expressions to ignore lists would be helpful as well, for this case and others. |
actually |
version 6 of what? eslint? @ivansky |
@edvardchen Unfortunately, it doesn't help me to resolve the issue explicitly. Sorry, regarding version I might take a version from another library mistakenly, probably it was the latest version, it means 5+. |
I misunderstood your issue. Sure we should ignore all property names. There is a bug in my code. I have fixed it. I will release new version tmr
|
@ivansky maybe you can try the |
@edvardchen I have tried your |
try the v5.1.1 |
We upgraded to 6 version and the issue appears, is it intended behaviour?
The text was updated successfully, but these errors were encountered: