eslint-plugin-compat
eslint-plugin-compat copied to clipboard
[es2021] replaceAll no warning
Already updated to the latest caniuse-lite version, but still no warning message.
Are there anyone have the same issue?
Hi, yes I have the same issue, any news about it?
I am seeing this warning:
when I use: const statisticsStrTip = 'test'.replaceAll("", " "), it is useful; but not useful when I use: let statisticsStr = '-111_' const statisticsStrTip = statisticsStr.replaceAll("_", " ")
what should I do?