mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-10-15 20:10:41 +08:00
chore: add tailwindcss eslint daisyUI config
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
|
||||
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
plugins: [require('daisyui')],
|
||||
};
|
||||
|
Reference in New Issue
Block a user