mirror of
https://github.com/EasyTier/EasyTier.git
synced 2025-10-07 01:33:03 +08:00
🌈 style: eslint lint
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{vue,js,ts,jsx,tsx}",
|
||||
'./index.html',
|
||||
'./src/**/*.{vue,js,ts,jsx,tsx}',
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user