Mat Brown

Results 74 comments of Mat Brown

@fidian here you go: - [CSS3 Spec](https://www.w3.org/TR/css3-images/#radial-gradients) (you have this one) - [February 2011 CSS3 Draft Spec](https://www.w3.org/TR/2011/WD-css3-images-20110217/#radial-gradients) - [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/radial-gradient) (you have this one too) - [WebKit blog post](https://webkit.org/blog/1424/css3-gradients/) (this is...

Another class of false positive: an action creator using `redux-actions` where the first parameter is an error: ```js export const gapiClientUnavailable = createAction( 'GAPI_CLIENT_UNAVAILABLE', error => ({error}), ); ``` Since...

> If you don't have a jest config in your root, then this package is failing its point. Agreed! The case I’m concerned about is where the jest config is...

Hi @chmanie, curious why you decided to close this without merging?