diff --git a/web/.prettierignore b/web/.prettierignore index 50d8c488..6cc1e5c7 100644 --- a/web/.prettierignore +++ b/web/.prettierignore @@ -1,4 +1,4 @@ # Ignore Next artifacts .next/ out/ -public/*.json \ No newline at end of file +public/**/*.json \ No newline at end of file