style: fix linting issues met Prettier
This commit is contained in:
parent
ae45ba7ca8
commit
77d7eeba9f
1 changed files with 3 additions and 3 deletions
|
@ -10,11 +10,11 @@ export default mergeConfig(
|
||||||
exclude: [...configDefaults.exclude, "e2e/**"],
|
exclude: [...configDefaults.exclude, "e2e/**"],
|
||||||
root: fileURLToPath(new URL("./", import.meta.url)),
|
root: fileURLToPath(new URL("./", import.meta.url)),
|
||||||
coverage: {
|
coverage: {
|
||||||
reporter: ['text', 'json-summary', 'json'],
|
reporter: ["text", "json-summary", "json"],
|
||||||
// If you want a coverage reports even if your tests are failing, include the reportOnFailure option
|
// If you want a coverage reports even if your tests are failing, include the reportOnFailure option
|
||||||
reportOnFailure: true,
|
reportOnFailure: true,
|
||||||
exclude: ['**/*config*'],
|
exclude: ["**/*config*"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue