Skip to content

Commit 1d5d3ad

Browse files
committed
chore(): add eslintignore file and fix eslint errors.
1 parent 92dfc6c commit 1d5d3ad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
coverage

spec/tasks/info.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ var info = require('../../lib/ionic/info');
55
var IonicAppLib = require('ionic-app-lib');
66
var appLibUtils = IonicAppLib.utils;
77
var appLibInfo = IonicAppLib.info;
8-
var log = IonicAppLib.logging.logger;
98

109
describe('info command', function() {
1110
describe('command settings', function() {

0 commit comments

Comments
 (0)