DEV: Update linting (#267)

This commit is contained in:
Jarek Radosz
2023-12-01 16:47:54 +01:00
committed by GitHub
parent 840caa3987
commit e067df0b43
35 changed files with 1181 additions and 958 deletions
@@ -1,8 +1,8 @@
import hbs from "htmlbars-inline-precompile";
import componentTest, {
setupRenderingTest,
} from "discourse/tests/helpers/component-test";
import { discourseModule, exists } from "discourse/tests/helpers/qunit-helpers";
import hbs from "htmlbars-inline-precompile";
discourseModule(
"Data Explorer Plugin | Integration | Component | data-explorer-bar-chart",
@@ -1,3 +1,5 @@
import { click } from "@ember/test-helpers";
import hbs from "htmlbars-inline-precompile";
import componentTest, {
setupRenderingTest,
} from "discourse/tests/helpers/component-test";
@@ -6,8 +8,6 @@ import {
exists,
query,
} from "discourse/tests/helpers/qunit-helpers";
import { click } from "@ember/test-helpers";
import hbs from "htmlbars-inline-precompile";
import I18n from "I18n";
discourseModule(