Skip to content

Commit 32ce041

Browse files
committed
chore: fmt & ignore
1 parent 47e0ff2 commit 32ce041

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ node_modules/
22
build/
33
coverage/
44
package/
5+
reports/
6+
.stryker-tmp/
57
package-lock.json
68
yarn.lock
7-
.stryker-tmp/
8-
reports/

.prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ node_modules/
22
build/
33
coverage/
44
package/
5+
reports/
6+
.stryker-tmp/
57
package-lock.json
68
yarn.lock
79
*.md

stryker.conf.json

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
33
"packageManager": "npm",
4-
"reporters": [
5-
"html",
6-
"clear-text",
7-
"progress"
8-
],
9-
"mutate": [
10-
"build/**/*.js"
11-
],
4+
"reporters": ["html", "clear-text", "progress"],
5+
"mutate": ["build/**/*.js"],
126
"testRunner": "command",
137
"commandRunner": {
148
"command": "uvu test -i fixtures -i package"

0 commit comments

Comments
 (0)