так ?
router.get('/', function (req, res) {
res.sendFile(path.join(__dirname + '/static/main.html'));
});
https://eslint.org/docs/2.0.0/rules/no-path-concat на самом деле тут есть обьяснение, почему так
Обсуждают сегодня