eslint_d.js icon indicating copy to clipboard operation
eslint_d.js copied to clipboard

Doesn't load config when using `--fix-to-stdout` option

Open itaranto opened this issue 2 years ago • 1 comments

Running eslint_d --fix-to-stdout --stdin < some_file.js shows errors that are ingored by my .eslintrc.js config while eslint_d --fix some_file.js doesn't.

Is there any way to print a debug message to validate if eslint_d is actually reading the config file?

itaranto avatar Mar 02 '23 23:03 itaranto

There's a pending issue for this feature: #87

mantoni avatar Apr 15 '23 07:04 mantoni

Unfortunately the --fix-to-stdout option had to be removed with v14.0.0 and I'm not intending to bring this back due to the way the new implementation works. Sorry.

mantoni avatar Jul 28 '24 15:07 mantoni