Gajus Kuizinas
Gajus Kuizinas
If you are seeing a big size difference between "critical" CSS generated by usus and CSS generated by other existing tools, chances are that the other tools are simply broken....
@morishitter Please mark this with an appropriate label, e.g. "incompatibility with stylelint" so that it wouldn't get lost.
Is this being kept up to date?
A PR is welcome, but no one is working on this.
> The ESLint config asks you to change it to type History = typeof window.history Which rule is that? This sounds more of a configuration of the rule that is...
> So I'm proposing this addition to smooth over the differences. (It would be nicer if Flow would augment their window and global types to include all the globals, but...
> @gajus Help wanted? I've contributed to eslint-plugin-react and wouldn't mind taking a stab Go for it!
> To make sure we're on the same page, I believe the flowtype indent rule should work alongside the base indent rule, rather than reimplementing base indent rule with additional...
There is no way to overload a function without using `declare` (https://github.com/facebook/flow/issues/60). We should therefore make declare and type compatible.
@mruzekw Can you give a try fixing this?