[update] migrate the project formatter from prettier and eslint to biome
This commit is contained in:
@@ -19,20 +19,6 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
extend: {
|
||||
keyframes: {
|
||||
"accordion-down": {
|
||||
from: { height: "0" },
|
||||
to: { height: "var(--radix-accordion-content-height)" },
|
||||
},
|
||||
"accordion-up": {
|
||||
from: { height: "var(--radix-accordion-content-height)" },
|
||||
to: { height: "0" },
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
"accordion-down": "accordion-down 0.2s ease-out",
|
||||
"accordion-up": "accordion-up 0.2s ease-out",
|
||||
},
|
||||
fontFamily: {
|
||||
fangzhengxiaobiaosong: "--font-fangzhengxiaobiaosong",
|
||||
sourceSerifScreenCN: "--content-font-cn",
|
||||
|
||||
Reference in New Issue
Block a user