DEV: Enable discourse-common-imports eslint rule (#30742)

Applies the autofix, which caught a few places that were missed in the
original find/replace

See https://github.com/discourse/lint-configs/pull/91
This commit is contained in:
David Taylor
2025-01-13 16:01:34 +00:00
committed by GitHub
parent 637a6d7928
commit acde5c4337
44 changed files with 48 additions and 47 deletions

View File

@ -1,6 +1,6 @@
import { cancel, debounce } from "@ember/runloop";
import Service, { service } from "@ember/service";
import { isTesting } from "discourse-common/config/environment";
import { isTesting } from "discourse/lib/environment";
const KEEP_ALIVE = 10 * 1000; // 10 seconds