Add prettier + eslint & reformat/fix files

This commit is contained in:
2020-04-23 17:32:45 +02:00
parent 932a9f8379
commit ebe8e640af
20 changed files with 1371 additions and 419 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export default function ({ $axios }) {
$axios.onRequest(config => {
$axios.onRequest((config) => {
console.log('Making request to ' + config.url)
})