enable prettier-plugin-jsdoc

This commit is contained in:
Matthieu MOREL
2021-11-10 08:41:52 +01:00
committed by GitHub
parent 4d103c14f7
commit 57671b2b78
47 changed files with 2293 additions and 2681 deletions

View File

@@ -7,9 +7,6 @@ let curBranch = 'master';
let direction = 'LR';
let seq = 0;
/**
*
*/
function getId() {
return random({ length: 7 });
}
@@ -167,9 +164,7 @@ function upsert(arr, key, newval) {
}
}
/**
* @param commitArr
*/
/** @param commitArr */
function prettyPrintCommitHistory(commitArr) {
const commit = commitArr.reduce((out, commit) => {
if (out.seq > commit.seq) return out;

View File

@@ -30,9 +30,7 @@ export const setConf = function (c) {
apiConfig = c;
};
/**
* @param svg
*/
/** @param svg */
function svgCreateDefs(svg) {
svg
.append('defs')