* [lint] use strict etc
This commit is contained in:
parent
4454035b0d
commit
43ddc4d752
|
@ -1,7 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
var loadConfig = require('load-config-file');
|
||||
|
||||
// loadConfig.register('.json', JSON.parse);
|
||||
loadConfig.register(['.json', '.js'], function(ctx, opt, file){
|
||||
loadConfig.register(['.json', '.js'], function(ctx, opt, file) {
|
||||
return require(file);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue