Skip to content

Commit 5c423d6

Browse files
authored
change supported node.js version to 4
1 parent 219a95d commit 5c423d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = {
5151
}],
5252
"no-console": "off",
5353
"valid-jsdoc": "error",
54-
"node/no-unsupported-features": ["error", { version: 7 }],
54+
"node/no-unsupported-features": ["error", { version: 4 }],
5555
"node/no-deprecated-api": "error",
5656
"node/no-missing-import": "error",
5757
"node/no-missing-require": [

0 commit comments

Comments
 (0)