Skip to content

Commit

Permalink
Fix broken reference to non-existent node8 config
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
RyanZim committed May 24, 2019
1 parent 39ecc6a commit c3d34e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node10.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
module.exports = {
extends: 'problems/node8',
extends: 'problems',
parserOptions: {
ecmaVersion: 2019,
},
Expand Down

0 comments on commit c3d34e2

Please sign in to comment.