Iacovos Constantinou
Iacovos Constantinou
Do you have any example that can reproduce the issue? On 19 Aug 2016 01:45, "Boris Aramis Aguilar Rodríguez" < [email protected]> wrote: > Currently the script replaces the data being...
Hi @penpendede, If I got this correctly you need a way to get feedback in HTML format when errors occurred. How about log such incidents into an access / error...
That's clear @ischas . Going through your PRs I see many improvements which are welcomed but (as you have mentioned) I would like to introduce them as separated PRs. Hope...
My workaround for this is using a standalone script that takes the JSON formatted output from ESLint, and use it to either generate a baseline file or re-evaluate the error...
@nzakas yes, I will go through the outstanding feedback and adjust accordingly.
Thank you all for your valuable feedback! @nzakas I kept the term "baseline" since it wasn't clear to me whether switching to "suppressions" was a suggestion or something that you...
@nzakas in regards to `--suppress-rule `, I understand that this was borrowed as a concept from [eslint-bulk](https://developers.tiktok.com/blog/bulk-suppressions-a-new-eslint-feature-for-large-codebases) but there some fundamentals differences between this RFC and how eslint-bulk works. In...
> At a conceptual level, both the proposed baseline feature and the --max-warnings feature set a threshold of X errors where the system will alarm if there are >X errors....
@fasttime @nzakas I updated the terminology and concept from baseline to suppressions. The new options are now documented for the ESLint CLI. I also separated the execution details from the...
Minor points addressed.