As a user, I want the generation of design tokens to be cleaned up to resolve some issues with lintron. #554
Labels
pinned
tickets that shouldnt be deleted until completed and this label is removed
I'm submitting a ...
What is the current behavior?
Hex codes are changing their case when they get generated. For example, I used
#D5D5D5
in harmonium.config.js and it generates#d5d5d5
in _color-palette.scss which it causes a million lintron comments (letters should be uppercase).I'm also getting a ton of lintron comments on the harmonium.config file similar to this
Inconsistently quoted property 'border' found
. Its happening for a lot of things, not justborder
. Blur, color, brand, ui, ect.Lots of comments about missing trailing commas in harmoniun.config.js.
Lots of comments in harmonium-tokens file saying
Strings must use singlequote
for transparent colorsWhat is the expected behavior?
For feature requests: why should the behavior change?
Other information (we love stack traces!)
Here's a pr that you can reference to see what comments its leaving (I already mentioned in the lintron channel about lintron leaving multiples of the same comment on the same line of code so please try to ignore that☺️ )
The text was updated successfully, but these errors were encountered: