diff --git a/.eslintrc.json b/.eslintrc.json index c14f352..c91d74c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -6,7 +6,8 @@ }, "ignorePatterns": [ "**/*.stories.tsx", - "**/*.test.ts" + "**/*.test.ts", + "public" ], "extends": [ "airbnb-typescript",