feat: Add custom theme support #74
Annotations
10 errors
src/cards/most-commit-language-card.ts#L48
'theme' is never reassigned. Use 'const' instead
|
src/cards/most-commit-language-card.ts#L48
Replace `·...ThemeMap.get(themeName)!·` with `...ThemeMap.get(themeName)!`
|
src/cards/most-commit-language-card.ts#L50
Replace `"#"` with `'#'`
|
src/cards/most-commit-language-card.ts#L51
Replace `"#"` with `'#'`
|
src/cards/most-commit-language-card.ts#L52
Replace `"#"` with `'#'`
|
src/cards/most-commit-language-card.ts#L53
Replace `·theme.stroke·=·"#"·+·customTheme.stroke;·theme.strokeOpacity·=·1;` with `⏎············theme.stroke·=·'#'·+·customTheme.stroke;⏎············theme.strokeOpacity·=·1;⏎·······`
|
src/cards/most-commit-language-card.ts#L54
Replace `"#"` with `'#'`
|
src/cards/most-commit-language-card.ts#L55
Replace `"#"` with `'#'`
|
src/cards/productive-time-card.ts#L32
'theme' is never reassigned. Use 'const' instead
|
src/cards/productive-time-card.ts#L32
Replace `·...ThemeMap.get(themeName)!·` with `...ThemeMap.get(themeName)!`
|
This job failed
Loading