This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 141
Cannot read Rule IDs in Messages when using Atom Material UI theme #482
Comments
This has been fixed in an update, please update your package |
In that case, the theme might be messing up it's ui variables, can you please try this with another theme? |
Same problem here. A temp workaround is to add this rule into Atom // CUSTOM ESLINT CSS
#linter-inline a.eslint {
color: black;
} |
This was referenced Sep 28, 2016
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi team,
I turned on 'Show Rule ID in Messages' in linter-eslint's settings.
The eslint Rule ID inside the pill isn't legible though. Screenshot:
My first thought was that maybe it's the Atom Material UI theme causing the issue, but I don't seem to have the problem with my other Atom linters, so I thought I would try here first.
Here's a snippet of how I have Atom Material UI theme configured if anyone would like to recreate:
I'd be happy to provide any other information needed.
The text was updated successfully, but these errors were encountered: