DEV: Ignore an upcoming eslint rule (#29194)

This commit is contained in:
Jarek Radosz 2024-10-14 19:09:25 +02:00 committed by GitHub
parent 182689b6bb
commit f230d50c6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ import { action } from "@ember/object";
import { ajax } from "discourse/lib/ajax";
import { popupAjaxError } from "discourse/lib/ajax-error";
// eslint-disable-next-line ember/no-test-import-export
export default class AdminEmailAdvancedTestController extends Controller {
email = null;
text = null;