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