feat: add javascript linter format

This commit is contained in:
leokontente 2025-06-03 12:12:48 +02:00
parent 3b3aaf29af
commit 7ce9f2dd93
13 changed files with 1561 additions and 1557 deletions

3
.prettierrc Normal file
View file

@ -0,0 +1,3 @@
{
"singleQuote": true
}