Skip to content

Commit 924f690

Browse files
committed
fix: fix code linting
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 46dcfb1 commit 924f690

9 files changed

Lines changed: 178 additions & 174 deletions

File tree

lib/globalize.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
'use strict';
77

8-
var path = require('path');
9-
var SG = require('strong-globalize');
8+
const path = require('path');
9+
const SG = require('strong-globalize');
1010

1111
SG.SetRootDir(path.join(__dirname, '..'), {autonomousMsgLoading: 'all'});
1212
module.exports = SG();

0 commit comments

Comments
 (0)