webapp/.lintstagedrc
2024-02-05 19:11:22 +03:00

6 lines
87 B
Plaintext

{
"*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc,scss,css}": [
"npm run check"
]
}