Skip to content

Commit 63eca2b

Browse files
committed
Install a version of eslint compatible with node.js 6
1 parent 52ae41f commit 63eca2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"format": "prettier --write index.js lib/*.js test.js"
4444
},
4545
"devDependencies": {
46-
"eslint": "*",
46+
"eslint": "^5.16.0",
4747
"prettier": "*",
4848
"cross-spawn": "*",
4949
"deasync-promise": "*",

0 commit comments

Comments
 (0)