mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2024-11-27 08:53:17 +08:00
7 lines
102 B
JSON
7 lines
102 B
JSON
{
|
|
"./app/**/*.{js,ts,jsx,tsx,json,html,css,md}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
]
|
|
}
|