feat: add in prettier and format code for consistency (#168)
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
localePath:
|
||||
typeof window === "undefined"
|
||||
? require("path").resolve("./public/locales")
|
||||
: "/public/locales",
|
||||
typeof window === 'undefined'
|
||||
? require('path').resolve('./public/locales')
|
||||
: '/public/locales',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user