mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-02-11 17:40:35 +08:00
6 lines
114 B
JSON
6 lines
114 B
JSON
{
|
|
"./app/**/*.{js,ts,jsx,tsx,json,html,css,scss,md}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
]
|
|
} |