DEV: Update linting (#366)

This commit is contained in:
Jarek Radosz
2025-03-17 10:58:02 +00:00
committed by GitHub
parent 8589c56f19
commit 2c1861307d
6 changed files with 391 additions and 1104 deletions
@@ -132,6 +132,7 @@ function componentOf(info) {
export default class ParamInputForm extends Component {
@service site;
data = {};
paramInfo = [];
infoOf = {};
@@ -37,6 +37,7 @@ const VIEW_COMPONENTS = {
export default class QueryResult extends Component {
@service site;
@tracked chartDisplayed = false;
get colRender() {