You probably have the "plugin:node/recommended" in your .eslintrc.json extends
{"extends": ["airbnb", "prettier", "plugin:node/recommended"],...}
Just remove the "plugin:node/recommended"
{"extends": ["airbnb", "prettier" ],...}