Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Sep 9, 2019
1 parent e7a0828 commit 739ff0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"browser": true,
"commonjs": true,
"es6": true,
"mocha": true
"mocha": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const Backoff = require('backoff-promise');
const express = require('express');
const fs = require('fs-extra');
const path = require('path');
const process = require('process');
const program = require('commander');

const client = require('./lib/client');
Expand Down

0 comments on commit 739ff0a

Please sign in to comment.