Valerii Smirnov

Results 250 comments of Valerii Smirnov

Checked in our react-native project 15s -> 2.4s. **6x performance boost** Before: ``` ✖ 13 problems (0 errors, 13 warnings) Rule | Time (ms) | Relative :---------------------------------------|----------:|--------: tailwindcss/no-custom-classname | 15016.088...

I think I can be improved even further but I need to separate LSP from regular eslint. In case of client we don't need to make fs call ones

It think it's better to downgrade version to `2.18.0` #47

You can try this method: https://github.com/XantreGodlike/react-fast-hoc/blob/main/examples/react-native-default-styles.md

It works with this global injection ```js global.process.env = { ...(global.process.env ?? {}), DEBUG: 'true' } global.process.stdout ??= {} global.process.stdout.write=console.log ```