* [lint] exceeds the maximum line length of 80
This commit is contained in:
parent
43ddc4d752
commit
98c93ac1a4
|
@ -194,7 +194,8 @@ function findModelDefinitions(rootDir, sources, scriptExtensions) {
|
|||
|
||||
files
|
||||
.filter(function(f) {
|
||||
return f[0] !== '_' && loadConfig.prototype.configurators[path.extname(f)] != null;
|
||||
return f[0] !== '_' &&
|
||||
loadConfig.prototype.configurators[path.extname(f)] != null;
|
||||
})
|
||||
.forEach(function(f) {
|
||||
var fullPath = path.resolve(srcDir, f);
|
||||
|
|
Loading…
Reference in New Issue