mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
chore: use prettier format less (#38550)
This commit is contained in:
parent
4bc23b3ca6
commit
40d9b76383
@ -353,7 +353,7 @@
|
||||
"mode": "npm"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{ts,tsx,js,json,less}": "rome format --write",
|
||||
"*.{md}": "prettier --ignore-unknown --write"
|
||||
"*.{ts,tsx,js,json}": "rome format --write",
|
||||
"*.{less,md}": "prettier --ignore-unknown --write"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user