From ce0e7d75f6b8670797ff673d4b7fe01f339a08e5 Mon Sep 17 00:00:00 2001 From: MrOrz Date: Mon, 7 Sep 2020 00:03:06 +0800 Subject: [PATCH] Eslint should ignore public/ because it contains built storybook, and it will halt eslint --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index f1626ea2..33e02327 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,3 +3,4 @@ node_modules/* .next coverage !.storybook +public/*