mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08: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