mirror of
https://framagit.org/enfance-libre/statistiques
synced 2025-03-12 23:15:04 +00:00
4 lines
117 B
Text
4 lines
117 B
Text
{
|
|
"*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix", "eslint"],
|
|
"*.{json,css,md}": ["prettier --write"]
|
|
}
|