mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-11 06:11:15 +00:00
fix eslint errors
This commit is contained in:
@@ -161,9 +161,7 @@ function parseMarkdownTable(markdown: string, brandFile: string): PaintEntry[] {
|
||||
const nameIdx = 0;
|
||||
const codeIdx = hasCode ? 1 : -1;
|
||||
const setIdx = hasCode ? 2 : 1;
|
||||
const rIdx = hasCode ? 3 : 2;
|
||||
const gIdx = hasCode ? 4 : 3;
|
||||
const bIdx = hasCode ? 5 : 4;
|
||||
// RGB column indices (3-5 or 2-4) skipped — we use hex directly
|
||||
const hexIdx = hasCode ? 6 : 5;
|
||||
|
||||
const entries: PaintEntry[] = [];
|
||||
|
||||
Reference in New Issue
Block a user