ChatGPT-Next-Web/.lintstagedrc.json

7 lines
102 B
JSON

{
"./app/**/*.{js,ts,jsx,tsx,json,html,css,md}": [
"eslint --fix",
"prettier --write"
]
}