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