ChatGpt-Web / .lintstagedrc.json
xiao
初始化
6a37520
raw
history blame contribute delete
102 Bytes
{
"./app/**/*.{js,ts,jsx,tsx,json,html,css,md}": [
"eslint --fix",
"prettier --write"
]
}