diff --git a/.prettierignore b/.prettierignore index 77acd2f..68f3cc5 100644 --- a/.prettierignore +++ b/.prettierignore @@ -6,4 +6,6 @@ **/*.yml **/*.yaml -templates \ No newline at end of file +templates + +**/public/* \ No newline at end of file diff --git a/eslint.config.mjs b/eslint.config.mjs index 5c6ced8..c8760e1 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -16,7 +16,7 @@ export default [ eslintPluginPrettierRecommended, includeIgnoreFile(gitignorePath), { - ignores: ['site/*', 'templates/*'], + ignores: ['site/*', 'templates/*', '**/public/*'], }, { rules: {