Bump ESLint from unsported version to version 9

This commit is contained in:
Julian Stirling 2026-02-18 00:33:26 +00:00
parent 00a96fec4e
commit f4b430071e
6 changed files with 377 additions and 507 deletions

View file

@ -57,7 +57,7 @@ export default {
propertyDescription: function () {
try {
return this.thingDescription(this.thingName).properties[this.propertyName];
} catch (error) {
} catch {
return undefined;
}
},