This commit is contained in:
hailin 2025-05-21 14:22:11 +08:00
parent 5bfd37141b
commit db98df3544
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
], ],
"plugins": ["tailwindcss"], "plugins": ["tailwindcss"],
"rules": { "rules": {
"tailwindcss/no-custom-classname": "off" "tailwindcss/no-custom-classname": "off",
"@next/next/no-sync-scripts": "warn" //
}, },
"settings": { "settings": {
"tailwindcss": { "tailwindcss": {