To prevent certain string from being used in the project, e.g. In Relay project, any use of %future added value
string is indication that engineer misunderstood how to add value guards, e.g.
if (input === '%future added value') {
// This check should never exist.
}
var replace = `%future added value`;
const replace = 'me';
https://www.npmjs.com/package/eslint-plugin-prohibited-strings
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