fix master (eslint)
diff --git a/src/check-npm-install-util.js b/src/check-npm-install-util.js
index a0f5257..dbb9dd0 100644
--- a/src/check-npm-install-util.js
+++ b/src/check-npm-install-util.js
@@ -23,7 +23,7 @@
 } catch (e) {
     const path = require('path'); // Built-in Node.js module
     console.log(
-       'Please run "npm install" from this directory:\n\t' +
+        'Please run "npm install" from this directory:\n\t' +
         path.join(__dirname, '..')); // correct path
     process.exit(2);
 }