lint markdown : enable eslint-plugin-markdown

This commit is contained in:
MOREL Matthieu
2021-12-04 13:10:39 +01:00
parent e6cf1f2602
commit 80b14d1d7f
12 changed files with 562 additions and 405 deletions

View File

@@ -345,6 +345,12 @@ const rect = (parent, node) => {
return shapeSvg;
};
/**
* @param rect
* @param borders
* @param totalWidth
* @param totalHeight
*/
function applyNodePropertyBorders(rect, borders, totalWidth, totalHeight) {
const strokeDashArray = [];
const addBorder = (length) => {