npm lint.

This commit is contained in:
Miroslav Šedivý 2023-01-28 21:54:26 +01:00
parent 12623866b3
commit dfe8b8b57d
24 changed files with 48 additions and 53 deletions

View file

@ -22,6 +22,6 @@ module.exports = {
},
},
devServer: {
allowedHosts: "all",
allowedHosts: 'all',
},
}