-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bug: no-invalid-properties displays wrong error msg for invalid color val #40
Labels
bug
Something isn't working
Comments
adamlui
changed the title
Bug: (fill in) no-invalid-properties false positives on color
Bug: no-invalid-properties false positives on color
Jan 12, 2025
adamlui
added a commit
to adamlui/ai-web-extensions
that referenced
this issue
Jan 12, 2025
…ositive for `color` (eslint/css#40)
adamlui
pushed a commit
to adamlui/chatgpt-auto-continue
that referenced
this issue
Jan 12, 2025
…ositive for `color` (eslint/css#40) ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-auto-continue]
adamlui
pushed a commit
to adamlui/chatgpt-infinity
that referenced
this issue
Jan 12, 2025
…ositive for `color` (eslint/css#40) ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-infinity]
adamlui
pushed a commit
to adamlui/chatgpt-widescreen
that referenced
this issue
Jan 12, 2025
…ositive for `color` (eslint/css#40) ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-widescreen]
NVM |
adamlui
changed the title
Bug: no-invalid-properties false positives on color
Bug: no-invalid-properties displays wrong error msg for invalid color val
Jan 12, 2025
1 task
adamlui
added a commit
to adamlui/chatgptevo.com
that referenced
this issue
Jan 12, 2025
…for transition props (eslint/css#40)
Thanks for the report. I think your intuition is correct, that |
nzakas
added a commit
that referenced
this issue
Jan 14, 2025
mdjermanovic
pushed a commit
that referenced
this issue
Jan 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
ESLint version: v9.17.0
@eslint/css version: v0.2.0
Node version: v22.9.0
npm version: v10.9.1
Operating System: Win10
Which language are you using?
stylesheet
What did you do?
Configuration
Here:
ESLint warns
Unknown property 'color' found css/no-invalid-properties
@ https://github.com/adamlui/ai-web-extensions/actions/runs/12736621825/job/35496732116 for file https://github.com/adamlui/ai-web-extensions/blob/d2e6e6e0a00ceca3ade63b0c8a6de36c9314f489/chatgpt-auto-continue/chromium/extension/popup/style.css...but it is a valid prop and val:
https://developer.mozilla.org/en-US/docs/Web/CSS/color
https://developer.mozilla.org/en-US/docs/Web/CSS/var
What did you expect to happen?
No error
What actually happened?
Error
Link to Minimal Reproducible Example
https://github.com/adamlui/ai-web-extensions/actions/runs/12736621825/job/35496732116
Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: