statistiques/.lintstagedrc

5 lines
117 B
Plaintext
Raw Normal View History

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