See example below,
the comment in my example is meant to explain why all the eslint-disables in a file w/o having to explain it for every line. It is picked up by unicorn/no-abusive-eslint-disable
even though it doesn't actually abusively disable eslint.
// eslint-disables: This file is a polyfill, it's meant to abstract away rules
const x = ''
Workaround: prepend the comment with something like NOTE:
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too