This website requires JavaScript.
Explore
Help
Sign In
chenxv399
/
NextChat-U
Watch
1
Star
0
Fork
0
You've already forked NextChat-U
forked from
GithubProxy/ChatGPT-Next-Web
Code
Pull Requests
Activity
eef90317cf
NextChat-U
/
.lintstagedrc.json
7 lines
102 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: add lint-staged
2023-03-29 02:51:22 +09:00
{
feat: #112 add edit chat title
2023-03-30 01:02:50 +09:00
"./app/**/*.{js,ts,jsx,tsx,json,html,css,md}"
:
[
"eslint --fix"
,
"prettier --write"
]
}
Copy Permalink