chore: fix prettier config to ignore unknown files

suppression-manon-adrien
Sebastien Arod 2024-06-06 10:25:37 +02:00
parent 54a31ec6ba
commit 1a7b086e69
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{
"*": ["prettier --write"]
"*": ["prettier --write --ignore-unknown"]
}