chore: Set official config

This commit is contained in:
Bastien Wirtz
2025-03-01 09:25:49 +01:00
parent 20fb0c2254
commit 12a004a9e1

View File

@@ -18,6 +18,6 @@ export default [
},
},
{
ignores: ["*.d.ts", "**/coverage", "**/dist"],
ignores: ['**/dist/**', '**/dist-ssr/**', '**/coverage/**'],
},
];