webapp/.lintstagedrc

6 lines
87 B
Plaintext
Raw Normal View History

2024-02-04 10:56:54 +00:00
{
2024-02-04 14:40:38 +00:00
"*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc,scss,css}": [
2024-02-05 16:11:22 +00:00
"npm run check"
2024-02-04 14:39:05 +00:00
]
2024-02-04 10:56:54 +00:00
}