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 just border. 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 colors
What is the expected behavior?
For feature requests: why should the behavior change?
- to help eliminate lintron comments.
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 ☺️ )
I'm submitting a ...
What is the current behavior?
Hex codes are changing their case when they get generated. For example, I used
#D5D5D5in harmonium.config.js and it generates#d5d5d5in _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 singlequotefor 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☺️ )