Compare commits
No commits in common. "228c678789217ebe5eb8ba5e48f9430b8b429853" and "ac48a4c1c6d6f877a26d151bf62ab7bde3932cc9" have entirely different histories.
228c678789
...
ac48a4c1c6
1 changed files with 0 additions and 7 deletions
|
|
@ -17,13 +17,6 @@ export default [
|
||||||
"reports/**",
|
"reports/**",
|
||||||
".stryker-tmp/**",
|
".stryker-tmp/**",
|
||||||
"coverage/**",
|
"coverage/**",
|
||||||
// Vitest écrit une version transpilée de sa config à côté d'elle
|
|
||||||
// (vitest.config.js.timestamp-XXXX.mjs) puis la supprime aussitôt.
|
|
||||||
// ESLint et Vitest tournant en parallèle dans `npm run check`, ESLint
|
|
||||||
// apercevait ce fichier au balayage et échouait en ENOENT au moment de
|
|
||||||
// le lire. Course non déterministe : elle ne se déclenchait que si les
|
|
||||||
// deux tâches se croisaient au mauvais moment.
|
|
||||||
"**/*.timestamp-*.mjs",
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue