feat: use global variable and helper script

This commit is contained in:
Baptiste Augrain
2026-02-19 17:10:12 +01:00
parent 15cc1eadd2
commit 5ea412eee4
14 changed files with 9731 additions and 82 deletions

9
font-size/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"search.exclude": {
"package-lock.json": true,
"lib/**": true,
},
"taskExplorer.exclude": [
".husky",
],
}