test(aio): enable linting of transforms/
and add rules for jasmine
This commit is contained in:

committed by
Pete Bacon Darwin

parent
a562c64ed6
commit
62f9738a9a
@ -12,7 +12,7 @@ module.exports = function targetEnvironments() {
|
||||
|
||||
var updateActiveCount = function() {
|
||||
_activeCount = 0;
|
||||
for (target in _targets) {
|
||||
for (let target in _targets) {
|
||||
if (_targets[target]) _activeCount++;
|
||||
}
|
||||
};
|
||||
@ -48,4 +48,4 @@ module.exports = function targetEnvironments() {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user