ChatGPT-Next-Web/.lintstagedrc.json

7 lines
102 B
JSON
Raw Normal View History

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