Merge branch 'eslint-9' into 'v3'

Bump ESLint from unsported version to version 9

See merge request openflexure/openflexure-microscope-server!489
This commit is contained in:
Joe Knapper 2026-02-18 12:18:14 +00:00
commit 89c5ea6886
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;
}
},