lint fix.

This commit is contained in:
Miroslav Šedivý 2020-11-29 15:50:08 +01:00
parent ac9ac7ac69
commit c3d48d39e2
3 changed files with 6 additions and 10 deletions

View file

@ -11,6 +11,6 @@ module.exports = {
},
},
devServer: {
disableHostCheck: true
}
disableHostCheck: true,
},
}