diff --git a/config/eslint.config.js b/config/eslint.config.js index a912794..776d97b 100644 --- a/config/eslint.config.js +++ b/config/eslint.config.js @@ -1,6 +1,10 @@ const config = [ { - ignores: ["**/node_modules", ".history"], + ignores: [ + "**/node_modules", + ".history", + "dist", + ], }, { languageOptions: {