fix: prettier config

This commit is contained in:
Ayo Ayco 2024-12-25 23:11:08 +01:00
parent 4ccd8027c5
commit 2dcefb1f26
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@ export default [
'site/*',
'templates/*',
'**/coverage/*',
'**/node_modules/*'
'**/node_modules/*',
],
},
]