I am currently using ESLint and Prettier to lint my React project. This is currently using node version 10. When running the lint command, no errors were given
I have recently upgraded to version 12 without upgrading any other package. I now get linting errors
Does ESLint/Prettier rules/errors differ based on the node version?