This commit is contained in:
parent
5bfd37141b
commit
db98df3544
|
|
@ -8,7 +8,8 @@
|
|||
],
|
||||
"plugins": ["tailwindcss"],
|
||||
"rules": {
|
||||
"tailwindcss/no-custom-classname": "off"
|
||||
"tailwindcss/no-custom-classname": "off",
|
||||
"@next/next/no-sync-scripts": "warn" // 添加此行来启用该规则
|
||||
},
|
||||
"settings": {
|
||||
"tailwindcss": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue