From 8a7f70addeb32c60655a983f200a2bea691b48e1 Mon Sep 17 00:00:00 2001 From: sagie gur ari Date: Mon, 11 May 2020 20:15:18 +0000 Subject: [PATCH] es6 --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index b244f2a..72cfdf7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,5 @@ 'use strict'; -var commons = require('js-project-commons'); +const commons = require('js-project-commons'); module.exports = commons.lint.eslint.node;