Commit 32ce041

Anton Medvedev <anton@medv.io>
2022-06-09 21:38:08
chore: fmt & ignore
1 parent 47e0ff2
.gitignore
@@ -2,7 +2,7 @@ node_modules/
 build/
 coverage/
 package/
+reports/
+.stryker-tmp/
 package-lock.json
 yarn.lock
-.stryker-tmp/
-reports/
.prettierignore
@@ -2,6 +2,8 @@ node_modules/
 build/
 coverage/
 package/
+reports/
+.stryker-tmp/
 package-lock.json
 yarn.lock
 *.md
stryker.conf.json
@@ -1,14 +1,8 @@
 {
   "$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json",
   "packageManager": "npm",
-  "reporters": [
-    "html",
-    "clear-text",
-    "progress"
-  ],
-  "mutate": [
-    "build/**/*.js"
-  ],
+  "reporters": ["html", "clear-text", "progress"],
+  "mutate": ["build/**/*.js"],
   "testRunner": "command",
   "commandRunner": {
     "command": "uvu test -i fixtures -i package"