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
@ -65,7 +65,7 @@ module.exports = function collectExamples(exampleMap, regionParser, log, createD
|
||||
|
||||
function createRegionDoc(folder, relativePath, regionName, regionContents) {
|
||||
const path = folder + '/' + relativePath;
|
||||
const id = path + '#' + regionName
|
||||
const id = path + '#' + regionName;
|
||||
return {
|
||||
docType: 'example-region',
|
||||
path: path,
|
||||
@ -74,4 +74,4 @@ function createRegionDoc(folder, relativePath, regionName, regionContents) {
|
||||
aliases: [id],
|
||||
contents: regionContents
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user