-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
require-baseline: Property 'cursor' is not a widely available baseline feature #51
Comments
Ping @eslint/eslint-tsc |
I'm fine with implementing both solutions at the same time. We could override the data ourselves when it seems incorrect and also add an option to let users specify properties they'd like to allow regardless of our data. |
It seems that I think it's fine to override the baseline defaults in this case. Providing an additional option to selectively override certain baseline features could be also useful. |
It looks like they're aware of the problem and are working towards a solution: In the near-term, I'll just manually update |
It appears that the
cursor
property is not considered baseline even though it has been around for a while:https://github.com/web-platform-dx/web-features/blob/main/features/cursor.yml#L9
Options
We have a couple of ways of addressing this:
cursor
. We'd then need to make this determination on a case-by-case basis for any other similar properties.Discussed in #50
Originally posted by sysmat February 17, 2025
From where is this rule, and why?
The text was updated successfully, but these errors were encountered: