Spencer Snyder
Spencer Snyder
Just an update here... I have worked on this a bit and have a version which works ok. It doesn't quite cover all `xo` options correctly yet, but it does...
Took a look at this repo again over the weekend. https://github.com/spence-s/flat-xo The performance has definitely improved and things definitely seem to be more stable than the last time I looked...
I will start putting together a draft PR that ports https://github.com/spence-s/flat-xo to this repo, which will enable xo itself to use a flat config. Looks like it is _mostly_ working...
yes - xo applies the rules to every file, but in the case of a JS file in a typescript project, it may be better to use overrides to prevent...
> This issues is definitely not closed. This is not a fix for the problem, that it is not possible to provide the correct configuration for this rule it in...
> i have this problem only in code editor, I can lint, build and test without problems, but files with test have red flag in webstorm Sure you don't just...
@gustawdaniel -- Ok I got it sorted with the build and stuff, feel free to change the eslint and prettier config the way you like most. -- If you don't...
Thank you, glad you find it useful! Have you taken a look at just using the raw [deep diff](https://www.npmjs.com/package/deep-diff) library?? This library is just a wrapper around that with a...
Actually, just looked and this _is_ exposed already, but the api is a little weird, here is how you would get this: ```js const HumanDiff = require('human-object-diff'); const differ =...
I am going to add this as an option to return the objects from `diff` instead of the strings in a new minor version. Will keep this open until I...