Dara Hak

Results 9 comments of Dara Hak

I agree with @chabou: downloads can give an idea about a package's popularity, but last commit date alone doesn't mean much. For reference, I like how [npms](https://npms.io/about) is rating quality...

Great suggestion. It should also display better error messages.

Was there a particular reason for picking kramed over marked? I don't know anything about these libraries. Just curious.

Maybe this could be solved after the Pandoc integration (#14).

These are good examples too. - Stripe has a nice layout, but there's too much stuff on screen (scrolling is really slow). I think it could work really well if...

ESLint config resolution is supposed to be handled by `prettier-eslint`. I think it's possible ESLint is picking up a config while crawling in the directory tree. Can you try to...

`prettier-eslint` should not depend on `linter-eslint` to make it work. The initial problem remains unsolved here. `prettier-eslint` has a logger that you can enable to see what's happening. Open DevTools...

I think we should still enforce caching most of the time, but watch the config file and use [clearConfigCache](https://github.com/prettier/prettier#prettierclearconfigcache) when it changes.

> Prettier doesn't expose the file path of the chosen configuration making it impossible for us to know which file to watch for changes. @SavePointSam FWIW I opened https://github.com/prettier/prettier/issues/3451 to...