fix: eslint & prettier configuration

This commit is contained in:
abdou6666
2024-12-03 15:18:21 +01:00
parent acf3663bd5
commit 45898680a3
3 changed files with 17 additions and 16 deletions

4
widget/.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"singleQuote": false,
"trailingComma": "all"
}