Sean Lang
Sean Lang
it seems that the editorconfig package reads the `.editorconfig` file every time it is queried, so even with graceful-fs, being used in our package, the editorconfig package goes over the...
Unlike #1, this failure is because of too many args being passed to the CLI. In order to fix this one, we probably just need to add a `-r` option...
it's not really standard, so we should explain it in the docs
...because it's beautiful http://www.google.com/fonts/specimen/Inconsolata
maybe you can check out this issue visionmedia/jade#1345 and write a little bit more info about the IE conditionals. migrated from #5
you can do this with [`npm deprecate`](https://docs.npmjs.com/cli/deprecate): ``` npm deprecate binary-csv "use csv-parser instead, it has the same API but is faster" ```