Maximilian Antoni

Results 181 comments of Maximilian Antoni

Yeah, regarding the error logs, they're probably going nowhere (see #87). I don't have anything handy apart from unit tests, sorry. You could write stuff to a file in the...

Awesome! I had a brief look at the eslint source, and they have this require statement in their cli: ```js { FlatESLint, shouldUseFlatConfig } = require("./eslint/flat-eslint") ``` So I guess...

This feature was implemented in #277 and released in `v13.1.0` 🎉

So node doesn't seem to like the type of an arguments (`ERR_INVALID_ARG_TYPE`). Can you maybe provide some more information about the environment and the node version?

There is something wrong with the exclude globs. When I specify a path explicitly, it does not exclude the file. E.g. I have `lib/test.mustache` and these don't work: - `--exclude...

Die you try `eslint_d restart` already?

You can run `eslint_d restart` from your command line. It will kill and relaunch the daemon process. It usually fixes issues around parser loading.

This is probably obsolete with the new major `v14.0.0` (see #294). Should you're still having the issue, please write here and I'm happy to re-open.

Thanks for posting. Care to add a short note to the readme for others that might have the same question? 🙏

With the release of `v14.0.0`, I'm not sure this still works. Can you check? As an alternative, there is the new `ESLINT_D_MISS` environment variable. For this uses case, it could...