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
@ -1,4 +1,4 @@
|
||||
module.exports = function(encodeCodeBlock) {
|
||||
module.exports = function() {
|
||||
// var MIXIN_PATTERN = /\S*\+\S*\(.*/;
|
||||
return {
|
||||
name: 'indentForMarkdown',
|
||||
@ -57,6 +57,6 @@ module.exports = function(encodeCodeBlock) {
|
||||
str += ' ';
|
||||
}
|
||||
return str;
|
||||
};
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user