diff --git a/bslint.json b/bslint.json new file mode 100644 index 00000000..04d327d4 --- /dev/null +++ b/bslint.json @@ -0,0 +1,5 @@ +{ + "rules": { + "unused-variable": "error" + } +} \ No newline at end of file diff --git a/components/Buttons/TextSizeTask.brs b/components/Buttons/TextSizeTask.brs index 0f9c189c..261db0d5 100644 --- a/components/Buttons/TextSizeTask.brs +++ b/components/Buttons/TextSizeTask.brs @@ -18,4 +18,4 @@ sub getTextSize() m.top.width = res -end sub \ No newline at end of file +end sub diff --git a/components/ItemGrid/Alpha.brs b/components/ItemGrid/Alpha.brs index 9b38519f..407eee66 100644 --- a/components/ItemGrid/Alpha.brs +++ b/components/ItemGrid/Alpha.brs @@ -25,4 +25,4 @@ function onKeyEvent(key as string, press as boolean) as boolean return true end if return false -end function \ No newline at end of file +end function diff --git a/components/ItemGrid/FavoriteItemsTask.brs b/components/ItemGrid/FavoriteItemsTask.brs index 527084e7..bfdd1189 100644 --- a/components/ItemGrid/FavoriteItemsTask.brs +++ b/components/ItemGrid/FavoriteItemsTask.brs @@ -12,4 +12,4 @@ sub setFavoriteStatus() UnmarkItemFavorite(m.top.itemId) end if -end sub \ No newline at end of file +end sub diff --git a/components/ItemGrid/ItemGrid.xml b/components/ItemGrid/ItemGrid.xml index 864d6cad..fd7f3172 100644 --- a/components/ItemGrid/ItemGrid.xml +++ b/components/ItemGrid/ItemGrid.xml @@ -39,7 +39,6 @@ -