mirror of
https://framagit.org/enfance-libre/statistiques
synced 2025-12-07 13:03:44 +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"]
|
||
|
|
}
|