Joris Griffioen

Results 5 issues of Joris Griffioen

Hi, thanks for this library! It was so easy and fast to implement exactly what I needed! 🙌 Just wanted to share how I've started testing my implementations with React...

documentation

I'm writing a formatter based on the ESLint spec only to discover that the metadata is not returned from XO. That blocks quite a lot of value. In [`mergeReports`](https://github.com/xojs/xo/blob/master/index.js#L21) the...

enhancement
help wanted

Are you still working on this or did you find an alternative perhaps?

Whether I set it in settings (see #2) or in the config php file, a font size lower than 13px is ignored.

When `strict: true` is added Handlebars errors on the use of a missing nested property in an unless block helper. ``` var myObject = {}; ``` ``` {{#unless myObject}} {{/unless}}...

bug