-
Notifications
You must be signed in to change notification settings - Fork 48
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
Unset unset
values
#123
Comments
I think this is likely a bug. Will look at it. |
Wow. The tests are explicitly wrong. |
OK, I can do a couple of things:
I don't think I can make it the default, since "plugins" are supposed to be processing "unset"'s, according to the core devs. Reactions? |
Si, it's intended that |
And yes, I've read both threads, and found that dumb :-( |
Same here. Anyway, I'm going to land this "fix" for you, and push out 2.0. |
According to the spec,
unset
values should be considered as the definitions are not being provided in the.editorconfig
file (they are "unset"), but reading the code, they are just only used as part of Typescript types. Is this on purpose so they can be passed down to the code using this library, or should they be filtered out so devs don't need to check for it explicitly? I think the second one... If so, I can create a quick PR for it.The text was updated successfully, but these errors were encountered: