This commit is contained in:
Bel Curcio
2021-01-18 20:17:10 -03:00
parent d03df631ce
commit 49b9efa395
7 changed files with 15 additions and 14 deletions

View File

@@ -33,5 +33,5 @@
"**/*.tsx",
"**/*.js"
],
"exclude": ["node_modules"]
"exclude": ["node_modules", "components/wishlist"]
}