|
@@ -19,7 +19,8 @@ import {
|
|
|
} from './helpers/object';
|
|
} from './helpers/object';
|
|
|
import { arrayFlatten, arrayMap, arrayEach, arrayReduce } from './helpers/array';
|
|
import { arrayFlatten, arrayMap, arrayEach, arrayReduce } from './helpers/array';
|
|
|
import { toSingleLine } from './helpers/templateLiteralTag';
|
|
import { toSingleLine } from './helpers/templateLiteralTag';
|
|
|
-import { getPlugin } from './plugins';
|
|
|
|
|
|
|
+// eslint-disable-next-line import/extensions
|
|
|
|
|
+import { getPlugin } from './plugins.js';
|
|
|
import { getRenderer } from './renderers';
|
|
import { getRenderer } from './renderers';
|
|
|
import { getValidator } from './validators';
|
|
import { getValidator } from './validators';
|
|
|
import { randomString } from './helpers/string';
|
|
import { randomString } from './helpers/string';
|