Skip to content

Commit

Permalink
es6
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed May 11, 2020
1 parent 6b6d5ef commit 8a7f70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';

var commons = require('js-project-commons');
const commons = require('js-project-commons');

module.exports = commons.lint.eslint.node;

0 comments on commit 8a7f70a

Please sign in to comment.