ChatGPT-Next-Web/.lintstagedrc.json

7 lines
102 B
JSON
Raw Normal View History

2023-03-29 01:51:22 +08:00
{
2023-03-30 00:02:50 +08:00
"./app/**/*.{js,ts,jsx,tsx,json,html,css,md}": [
"eslint --fix",
"prettier --write"
]
}