more lint fixes
This commit is contained in:
parent
c926aa2bfe
commit
3552326003
2 changed files with 4 additions and 5 deletions
|
@ -155,7 +155,7 @@ class Tinter {
|
|||
|
||||
tint(primaryColor, secondaryColor, tertiaryColor) {
|
||||
return;
|
||||
|
||||
// eslint-disable-next-line no-unreachable
|
||||
this.currentTint[0] = primaryColor;
|
||||
this.currentTint[1] = secondaryColor;
|
||||
this.currentTint[2] = tertiaryColor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue