statistiques/.lintstagedrc

5 lines
117 B
Text
Raw Normal View History

2024-06-02 14:34:08 +02:00
{
"*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix", "eslint"],
"*.{json,css,md}": ["prettier --write"]
}