Youssouf Oumar
Youssouf Oumar
Hi @mnebuerquo ! Can you make it a minimal reporductible example, with the the help of a [CodeSandbox](https://codesandbox.io/s/new), for example?
The ESLint rule seems to already support any string as we have: [`const color = makeUnionRule(isString, isNamedColor, isHexColor)`](https://github.com/facebook/stylex/blob/main/packages/eslint-plugin/src/stylex-valid-styles.js#L151). Plus, I'm not getting any error with the given example with the...
Sorry, in a hurry I misunderstood I guess. Thanks @nedjulius!
So should we wait for the parser before working on this issue @nmn? As a matter of fact, I started looking at it, implemented already a validation for `rgb`, `rgba`,...
Hi @nmn ! I'm looking at it but cannot reproduce it. Do you have an example?
Thanks for the example. You are clicking on “fix this line”, isn't that what's supposed to do? Can ESLint itself do otherwise? Also, what about the fact that on save...
I see @nmn, thanks!