We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0120cd commit 6155b43Copy full SHA for 6155b43
package.json
@@ -58,6 +58,12 @@
58
"@stryker-mutator/core": "^3.1.0",
59
"@stryker-mutator/javascript-mutator": "^3.1.0",
60
"@stryker-mutator/jest-runner": "^3.1.0",
61
+ "eslint": "^6.8.0",
62
+ "eslint-config-standard": "^14.1.1",
63
+ "eslint-plugin-import": "^2.20.2",
64
+ "eslint-plugin-node": "^11.1.0",
65
+ "eslint-plugin-promise": "^4.2.1",
66
+ "eslint-plugin-standard": "^4.0.1",
67
"jest": "^24.9.0",
68
"recursive-readdir": "^2.2.2"
69
}
0 commit comments