DEV: Bump eslint-config-discourse and correct violations

This commit is contained in:
David Taylor
2022-01-26 14:44:10 +00:00
parent 2881aa771f
commit 2a17f49f66
8 changed files with 474 additions and 432 deletions
@@ -7,6 +7,7 @@ import {
import { clearPopupMenuOptionsCallback } from "discourse/controllers/composer";
import I18n from "I18n";
import { test } from "qunit";
import { visit } from "@ember/test-helpers";
acceptance("Data Explorer Plugin | List Queries", function (needs) {
needs.user();
@@ -4,7 +4,7 @@ import {
query,
queryAll,
} from "discourse/tests/helpers/qunit-helpers";
import { click, fillIn, visit } from "@ember/test-helpers";
import { click, currentURL, fillIn, visit } from "@ember/test-helpers";
import { clearPopupMenuOptionsCallback } from "discourse/controllers/composer";
import I18n from "I18n";
import { test } from "qunit";