Skip to content

Commit b767812

Browse files
Eslint fixes
1 parent 121039e commit b767812

File tree

17 files changed

+3394
-2530
lines changed

17 files changed

+3394
-2530
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"no-unused-vars": 0,
1919
"no-fallthrough": 0,
2020
"no-control-regex": 0,
21-
"no-empty": 0
21+
"no-empty": 0,
22+
"no-constant-condition": 0
2223
}
2324
}

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,8 @@
445445
{
446446
label: "Loops Layout Optimization",
447447
frameworks: {
448-
javascript: "samples/javascript.controls/CaseLoopsInFamilyChart.html"
448+
javascript: "samples/javascript.controls/CaseLoopsInFamilyChart.html",
449+
pdfkit: "samples/pdfkit.plugins/LoopsInFamilyChart.html"
449450
}
450451
},
451452
]

0 commit comments

Comments
 (0)