mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
DEV: Ignore an upcoming eslint rule (#29194)
This commit is contained in:
parent
182689b6bb
commit
f230d50c6c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user