IT4C.dev/tailwind.config.ts
Ulf Gebhardt d6be15ce0d
feat(other): eslint & prettier (#302)
* eslint

* eslint fixes

* fix footer

* install prettier

* fix prettier
2025-03-20 20:11:16 +01:00

8 lines
149 B
TypeScript

module.exports = {
content: ['./docs/**/*.{vue,js,ts,jsx,tsx,md}', '!./**/cache', '!./**/.temp'],
theme: {
extend: {},
},
plugins: [],
}