diff --git a/.eslintrc.json b/.eslintrc.json index 07fd3366..b6687111 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,6 +22,7 @@ "globals": { "React": "readonly" }, + "ignorePatterns": ["public"], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaFeatures": { diff --git a/.prettierignore b/.prettierignore index 5f3fccbd..11966d7b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,4 @@ /.next /node_modules /out +/public