Skip to content

Commit

Permalink
fix: Fix Node.js v6 config
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jul 27, 2020
1 parent 1b48c42 commit 00fb306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node/6.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
'use strict';

const { join } = require('path');

module.exports = {
extends: join(__dirname, 'index.js'),
parserOptions: { ecmaVersion: 2015 },
Expand Down

0 comments on commit 00fb306

Please sign in to comment.