Improve formatting configuration

This commit is contained in:
Arran Hobson Sayers 2023-10-05 02:29:11 +01:00
parent 565ff36d4e
commit 309aeb5714
7 changed files with 96 additions and 36 deletions

View file

@ -8,7 +8,8 @@
"dev2": "nuxt --hostname localhost --port 1337",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
"generate": "nuxt generate",
"format": "prettier --write **/*.js"
},
"author": "advplyr",
"license": "ISC",
@ -35,6 +36,7 @@
"@nuxtjs/tailwindcss": "^4.2.1",
"autoprefixer": "^10.4.7",
"postcss": "^8.3.6",
"tailwindcss": "^3.1.4"
"tailwindcss": "^3.1.4",
"prettier": "^3.0.3"
}
}
}