From 53d2acd73353ab2e8ba166b8cda3d40b401dc3ab Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 27 Jun 2017 22:30:03 +0430 Subject: [PATCH] eslint --- index.js | 2 +- start/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index c3cdb2cec0..24e035805e 100644 --- a/index.js +++ b/index.js @@ -7,7 +7,7 @@ // Node Source Map Support // https://github.com/evanw/node-source-map-support -require('source-map-support').install(); +require('source-map-support').install() // Fix babel flag /* istanbul ignore else */ diff --git a/start/index.js b/start/index.js index be1eff65b4..673042912a 100644 --- a/start/index.js +++ b/start/index.js @@ -7,7 +7,7 @@ // Node Source Map Support // https://github.com/evanw/node-source-map-support -require('source-map-support').install(); +require('source-map-support').install() // Fix babel flag /* istanbul ignore else */