10000 fixed lint errors · optimizely/javascript-sdk@9b9425c · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b9425c

Browse files
zashraf1985fayyazarshad
authored andcommitted
fixed lint errors
1 parent 19e19ef commit 9b9425c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/optimizely-sdk/lib/utils/fns/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
var uuid = require('uuid');
1717
var _isFinite = require('lodash/isFinite');
1818
var MAX_NUMBER_LIMIT = Math.pow(2, 53);
19-
var MAX_SAFE_INTEGER = 9007199254740991;
20-
var hasOwnProperty = Object.prototype.hasOwnProperty;
2119

2220
module.exports = {
2321
assign: require('lodash/assign'),

packages/optimizely-sdk/lib/utils/fns/index.tests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ describe('lib/utils/fns', function() {
3737
assert.isTrue(fns.isFinite(-Math.pow(2, 53)));
3838
});
3939
});
40+
4041
describe('isEmpty', function() {
4142
it('should return true when object is null', function() {
4243
assert.isTrue(fns.isEmpty(null));

0 commit comments

Comments
 (0)
0