Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-24 02:10:29 +01:00
Fix linting
Dieser Commit ist enthalten in:
Ursprung
9756c24f3c
Commit
b2a8cf82f9
2 geänderte Dateien mit 7 neuen und 6 gelöschten Zeilen
|
@ -1,13 +1,14 @@
|
||||||
|
import { isEmpty } from "@ember/utils";
|
||||||
|
import Handlebars from "handlebars";
|
||||||
|
import $ from "jquery";
|
||||||
|
import TextField from "discourse/components/text-field";
|
||||||
|
import { renderAvatar } from "discourse/helpers/user-avatar";
|
||||||
|
import userSearch from "discourse/lib/user-search";
|
||||||
import {
|
import {
|
||||||
default as computed,
|
default as computed,
|
||||||
observes,
|
observes,
|
||||||
} from "discourse-common/utils/decorators";
|
} from "discourse-common/utils/decorators";
|
||||||
import { renderAvatar } from "discourse/helpers/user-avatar";
|
|
||||||
import userSearch from "discourse/lib/user-search";
|
|
||||||
import I18n from "I18n";
|
import I18n from "I18n";
|
||||||
import Handlebars from "handlebars";
|
|
||||||
import { isEmpty } from "@ember/utils";
|
|
||||||
import TextField from "discourse/components/text-field";
|
|
||||||
|
|
||||||
const template = function (params) {
|
const template = function (params) {
|
||||||
const options = params.options;
|
const options = params.options;
|
|
@ -1,7 +1,7 @@
|
||||||
import { getOwner } from "@ember/application";
|
import { getOwner } from "@ember/application";
|
||||||
import Component from "@ember/component";
|
import Component from "@ember/component";
|
||||||
import { computed } from "@ember/object";
|
import { computed } from "@ember/object";
|
||||||
import { alias, gt, or, equal } from "@ember/object/computed";
|
import { alias, equal, gt, or } from "@ember/object/computed";
|
||||||
import { bind, later } from "@ember/runloop";
|
import { bind, later } from "@ember/runloop";
|
||||||
import { service } from "@ember/service";
|
import { service } from "@ember/service";
|
||||||
import $ from "jquery";
|
import $ from "jquery";
|
||||||
|
|
Laden …
In neuem Issue referenzieren