Skip to content

Commit c3d34e2

Browse files
committed
Fix broken reference to non-existent node8 config
Fixes #5
1 parent 39ecc6a commit c3d34e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node10.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
module.exports = {
3-
extends: 'problems/node8',
3+
extends: 'problems',
44
parserOptions: {
55
ecmaVersion: 2019,
66
},

0 commit comments

Comments
 (0)