Skip to content

Commit 47b00a6

Browse files
committed
lookbook: fix lintings
1 parent 59310fe commit 47b00a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/lookbook/.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": ["../../.eslintrc.json"],
3-
"ignorePatterns": ["!**/*", "src/env.d.ts"]
3+
"ignorePatterns": ["!**/*", "src/env.d.ts", "public/**/*.js"]
44
}

0 commit comments

Comments
 (0)