mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-01-19 01:21:19 +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"
|
|
]
|
|
}
|