Skip to content

Commit 6155b43

Browse files
author
Christopher J. Brody
committed
add latest eslint items to devDependencies
1 parent d0120cd commit 6155b43

File tree

2 files changed

+615
-16
lines changed

2 files changed

+615
-16
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
"@stryker-mutator/core": "^3.1.0",
5959
"@stryker-mutator/javascript-mutator": "^3.1.0",
6060
"@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",
6167
"jest": "^24.9.0",
6268
"recursive-readdir": "^2.2.2"
6369
}

0 commit comments

Comments
 (0)