Codacy update for scripts

This commit is contained in:
Angelos Chalaris
2018-09-15 13:20:54 +03:00
parent 17d64598e8
commit 3b75e60b60
3 changed files with 24 additions and 156 deletions

View File

@ -63,8 +63,7 @@ if (
data.slice(data.lastIndexOf('```js'), data.lastIndexOf('```')) +
data.slice(data.lastIndexOf('```'))
);
output +=
data + '\n<br>' + misc.link('⬆ Back to top', misc.anchor('Table of Contents')) + '\n\n';
output += `${data}\n<br>${misc.link('⬆ Back to top', misc.anchor('Table of Contents'))}\n\n`
}
// Write to the README file of the archive