when we check the code with eslint, there may be such a situation: only one line of code has been changed, but it causes eslint to report a large area of error, so how to make eslint report only one line of code instead of a large area of error? How to optimize eslint?
--