lint fixes

This commit is contained in:
Keviin Åberg Kultalahti 2021-03-17 14:02:12 +01:00
parent a845660b2d
commit 788e29e6df
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
module.exports = {
routifyDir: '.routify',
dynamicImports: false
}
module.exports = {
routifyDir: ".routify",
dynamicImports: false,
}