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:
@@ -52,7 +52,7 @@ class ColorGenerator {
|
||||
}
|
||||
|
||||
hashCode(key: string) {
|
||||
var hash = 0,
|
||||
let hash = 0,
|
||||
i,
|
||||
chr;
|
||||
for (i = 0; i < key.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user