chore: Set official config

pull/887/head
Bastien Wirtz 2025-03-01 09:25:49 +01:00
parent 20fb0c2254
commit 12a004a9e1
1 changed files with 1 additions and 1 deletions

View File

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