ChatGPT-Next-Web/.lintstagedrc.json

6 lines
114 B
JSON
Raw Normal View History

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