dashboard/.lintstagedrc

9 lines
123 B
Plaintext
Raw Normal View History

2021-09-27 12:17:33 +02:00
{
"*.{js,jsx,ts,tsx}": [
"yarn lint:fix",
"prettier --write"
],
"*.{json,md}": [
"prettier --write"
]
}