Skip to content

Commit 4709358

Browse files
committed
Need to not lint these compat entrypoints
1 parent 49eb3d5 commit 4709358

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: lib/amd-compat-entrypoints/ember-testing.js

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/* eslint-disable */
2+
3+
// This file was derived from the output of the classic broccoli-based build of
4+
// ember-testing.js. It's intended to convey exactly how the authored ES modules
5+
// get mapped into backward-compatible AMD defines.
6+
17
import * as emberDebugIndex from '@ember/debug/index';
28
define('@ember/debug/index', [], () => emberDebugIndex);
39

0 commit comments

Comments
 (0)