style: format code and add prettier configuration files

This commit is contained in:
Jan K9f 2025-01-21 13:29:09 +01:00
commit 395c1bc75f
Signed by: jank
GPG key ID: 50620ADD22CD330B
39 changed files with 338 additions and 207 deletions

View file

@ -1,8 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{html,ts}",
],
content: ["./src/**/*.{html,ts}"],
theme: {
extend: {},
},
@ -10,5 +8,4 @@ module.exports = {
preflight: false,
},
plugins: [],
}
};