Tony Ganchev

Results 13 comments of Tony Ganchev

Similar problems. on leaving my WSL dormant for the night I find it in the morning with 100% memory usage (24 GiB) and 40+ RedHat java agents running.

One more upvote. We're completely blocked on our eslint 9 migration because of this.

I forked https://github.com/tonyganchev/eslint-plugin-header/ and publish new versions and would love to review the change.

I've published a fork at https://www.npmjs.com/package/@tony.ganchev/eslint-plugin-header containing my fix.

Seems that ESLint now mandates that meta.schema field is mandatory for rules with options: https://eslint.org/docs/latest/extend/custom-rules. I went ahead and set `schema: false` before https://github.com/Stuk/eslint-plugin-header/blob/63f18ce725edb23a2d274b234df7f12ff0b7f009/lib/rules/header.js#L125 and linting passed. I can probably...

https://github.com/Stuk/eslint-plugin-header/pull/58 - I have a PR to disable schema validation

I've published a fork at https://www.npmjs.com/package/@tony.ganchev/eslint-plugin-header containing my fix.

Unfortunately the original issue got closed by maintainers: https://github.com/Stuk/eslint-plugin-header/issues/57 I had to fork the package to add ESLint 9 support - https://www.npmjs.com/package/@tony.ganchev/eslint-plugin-header

I have similar issues with `eslint-plugin/require-meta-docs-*` rules. Basicually if I move the `docs` definition out of the `meta` JSON, I cannot get any of the rules to pass e.g. both...