style: enable scratch/es6 lint rules

This commit is contained in:
Christopher Willis-Ford 2024-01-17 12:40:27 -08:00
parent 2b5b8a371c
commit c2fa2fedd5
9 changed files with 205 additions and 207 deletions
dev-server

View file

@ -9,7 +9,7 @@ const Handler = function (route) {
};
}
var url = '/' + route.name + '.html';
const url = `/${route.name}.html`;
return function (req, res, next) {
req.url = url;
next();