Assist_Design/.lintstagedrc.json
T. Narantuya 0c912fc04f clean up
2025-08-22 17:02:49 +09:00

11 lines
132 B
JSON

{
"*.{ts,tsx,js,jsx}": [
"eslint --fix",
"prettier -w"
],
"*.{json,md,yml,yaml,css,scss}": [
"prettier -w"
]
}