chore: ignore dist/* on eslint config

This commit is contained in:
Ayo Ayco 2025-03-22 11:38:24 +01:00
parent 6cd461ae4e
commit 6d05547ed5

View file

@ -13,6 +13,6 @@ export default [
}, },
}, },
{ {
ignores: ['site/*'], ignores: ['site/*', 'dist/*'],
}, },
] ]