NextChat-U/.lintstagedrc.json

7 lines
102 B
JSON
Raw Normal View History

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