import globals from 'globals';
export default [
{
languageOptions: {
globals: {
...globals.node,
},
ecmaVersion: 12,
},
rules: {
// Your specific rules here
}
}
];
Just add this
...globals.node,
as eslint not recorginse node global variable