This website requires JavaScript.
Explore
Help
Sign In
mirror
/
ChatGPT-Next-Web
Watch
2
Star
0
Fork
0
You've already forked ChatGPT-Next-Web
mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced
2025-02-17 17:50:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1e5153173c
ChatGPT-Next-Web
/
.lintstagedrc.json
7 lines
102 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: add lint-staged
2023-03-29 01:51:22 +08:00
{
feat: #112 add edit chat title
2023-03-30 00:02:50 +08:00
"./app/**/*.{js,ts,jsx,tsx,json,html,css,md}"
:
[
"eslint --fix"
,
"prettier --write"
]
}
Reference in New Issue
Copy Permalink