mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Update version of @grafana/eslint-config (#53403)
* use let/const over var * use new version of @grafana/eslint-config
This commit is contained in:
@@ -56,7 +56,7 @@ export class OptionSearchEngine {
|
||||
}
|
||||
|
||||
getAllOptionsCount(categories: OptionsPaneCategoryDescriptor[]) {
|
||||
var total = 0;
|
||||
let total = 0;
|
||||
|
||||
for (const category of categories) {
|
||||
total += category.items.length;
|
||||
|
||||
Reference in New Issue
Block a user